Skip to content

annanasi-mon/Factsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Factsbot is a proof-of-concept (POC) chatbot designed to answer user questions based on a document containing factual information about the world. Built using Langchain, it uses ChromaDB for data indexing, allowing efficient retrieval of relevant information. The chatbot is equipped with memory, enabling users to reference previous interactions in an ongoing conversation.

Facts data is used as an example. This data can be replaced with any other useful document.

To run the application, first activate the virtual environment using source .venv/bin/activate, then start the app with the command uvicorn app.main:app --reload.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors