langchain-chat-qa
langchain-chat-qa copied to clipboard
Uses Langchain to semantic search over a chat conversation
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.pyto upload all the messages in messages.txt to DeepLake store - Run
python3 chat/ask.pyto query the messages