Skip to content

AndreyKondakovGW/PDF_Answer_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF_Answer_project

A small project on using LLM to search for information in PDF files.

Use LangChanin for RAG and Ollama to get a simple interface for LLMs

Start

  1. Install Ollama for your system: https://ollama.com/download
  2. Install models from ollama. Current version uses mistral:latest and mxbai-embed-large
ollama pull mxbai-embed-large
ollama pull mistral:latest
  1. Install dependeces
pip install -r ./requirements.txt
  1. Run StreamLit app
streamlit run .\app.py

Adding a file may take some time, especially if you are adding a large file

About

Creating a chat with PDF documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors