/embedchain-simple-bot

a bot that will chat with you based on the sources you provide

Primary LanguageTypeScript

Embedchain Demo App

To Setup,

Frontend (Next.js)

cd client

npm install

npm run dev

Backend (Flask)

pip install -r requirements.txt

export OPENAI_API_KEY=<your-open-ai-key>

flask run

To get started quickly,

  • Run both frontend and backend
  • Go to http://localhost:3000
  • Upload a file (TXT or PDF), sample file can be found in /resources directory
  • After uploading, feel free to chat with the bot

Sneak peak,

embedchain.mp4