Semantic QA over chat conversation
This repo lets you ask a sample chat conversation questions using Langchain
How to use
- Add a .env file:
OPENAI_API_KEY=
ACTIVELOOP_TOKEN=
ACTIVELOOP_ORG=
- Run
python3 chat/ingest.py
to upload all the messages in messages.txt to DeepLake store - Run
python3 chat/ask.py
to query the messages