Inspired and motivated by https://github.com/developersdigest/ and https://github.com/mayooear/
- Run
npm install - Create
.envwithOPENAI_API_KEY=YOURAPIKEY - Ingest own documents
- Create folder
docsinserver/and place all your .pdf files there - Run
npm run ingestto ingest the new docs into the vector store
- Create folder
- Start the dev-Server
- Run
npm run dev. On the first startup it will check ifdocsexists. If so, everything is fine and you can start chatting
- Run
