Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimo02/chatpdf

Ask queries to your pdfs using streamlit
https://github.com/rimo02/chatpdf

llm mistral-7b pinecone

Last synced: 3 days ago
JSON representation

Ask queries to your pdfs using streamlit

Awesome Lists containing this project

README

        

## Chatting with your PDFs using Mistral7b LLM and langchain with pinecone vector database

https://github.com/rimo10/ChatPDF/assets/70977847/5edd0326-649c-4005-a534-cbdc501a6987

Architecture
![alt text](assets/architectural_diagram.webp)
To run this
* Create a huggingface account and add your API Key in a `.env` file
* Create a Pinecone account and add pinecone API key and API env in `.env` file
```python
pip install -r requirements.txt
streamlit run app.py
```