Skip to content

Uses Langchain to semantic search over a chat conversation

Notifications You must be signed in to change notification settings

bdcorps/langchain-chat-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Uses Langchain to semantic search over a chat conversation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages