Skip to content

dmanning23/ChatWithConstitution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatWithConstitution

Chat with a document using Python, LangChain, QDrant, and LLM

This app loads a document, stores the embeddings in a vector datastore (QDrant in this example), and allows the user to chat with the document and ask it questions. The user's chat history is stored in the session, so it can be reset by using the Clear button or refreshing the browser. The app will display the relevent sections it found in the source text, with relevency scores.

You can see this app running live: https://chatwithconstitution-6myy7rsaxqbwpzrjxvwebk.streamlit.app/

Releases

No releases published

Packages

No packages published

Languages