You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.