A NextJS app to work with Ollama api with langchain, with support of chatting with own documents file (csv, pdf, json, text).
git clone https://github.com/tecnicalbot/privateAI.git
cd privateAI
npm install
npm run build
npm start
To work with your own files, simply put them in src/data folder.
- Ollama - https://ollama.com
- Langchain - https://langchain.com