Skip to content

EphraimShikanga/eschatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESchatbot

This is a CLI chatbot that uses langchain RAG model to answer questions. It also uses a Chroma DB to store and retrieve data.

Install dependencies.

pip install -r requirements.txt

Create the Chroma DB.

python db.py

Query the Chroma DB.

python chatbot.py "Tell me about paracetamol"

You'll also need to set up an OpenAI account (and set the OpenAI key in your environment variable) for this to work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages