Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 423 Bytes

File metadata and controls

18 lines (14 loc) · 423 Bytes

privateAI

A NextJS app to work with Ollama api with langchain, with support of chatting with own documents file (csv, pdf, json, text).

Installation

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.

Related Links