/langchain-chat-qa

Uses Langchain to semantic search over a chat conversation

Primary LanguagePython

Semantic QA over chat conversation

This repo lets you ask a sample chat conversation questions using Langchain

How to use

  1. Add a .env file:
OPENAI_API_KEY=
ACTIVELOOP_TOKEN=
ACTIVELOOP_ORG=
  1. Run python3 chat/ingest.py to upload all the messages in messages.txt to DeepLake store
  2. Run python3 chat/ask.py to query the messages