Skip to content

Using ChromaDB vector store in a Langchain pipeline to create a chat with a Pdf application, so that I can load in a pdf based document and use it alongside an LLM without fine-tuning.

Notifications You must be signed in to change notification settings

Flav1a789/ChatWithPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ChatWithPDF

Using ChromaDB vector store in a Langchain pipeline to create a chat with a Pdf application, so that I can load in a pdf based document and use it alongside an LLM without fine-tuning.

Prerquisites

1.Create a virtual environment python -m venv langchainenv
2.Activate it:
Windows:.\langchainenv\Scripts\activate
Mac: `source langchain/bin/activate'
3.Clone this repo git clone https://github.com/nicknochnack/LangchainDocuments\ 4.Go into the directory cd LangchainDocuments
5.Install the required dependencies pip install -r requirements.txt
6.Add your OpenAI APIKey to line 52 of app.py
7.Start the app streamlit run app.py
8.Load the Pdf you would like to ask questions
9.Ask questions and get the answers\

About

Using ChromaDB vector store in a Langchain pipeline to create a chat with a Pdf application, so that I can load in a pdf based document and use it alongside an LLM without fine-tuning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages