Inspired and motivated by https://github.com/developersdigest/ and https://github.com/mayooear/
- Run
npm install
- Create
.env
withOPENAI_API_KEY=YOURAPIKEY
- Ingest own documents
- Create folder
docs
inserver/
and place all your .pdf files there - Run
npm run ingest
to 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 ifdocs
exists. If so, everything is fine and you can start chatting
- Run