https://github.com/rimo02/chatpdf
Ask queries to your pdfs using streamlit
https://github.com/rimo02/chatpdf
llm mistral-7b pinecone
Last synced: 7 months ago
JSON representation
Ask queries to your pdfs using streamlit
- Host: GitHub
- URL: https://github.com/rimo02/chatpdf
- Owner: rimo02
- Created: 2024-04-25T18:56:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:57:31.000Z (over 1 year ago)
- Last Synced: 2025-01-16T13:58:59.046Z (9 months ago)
- Topics: llm, mistral-7b, pinecone
- Language: Python
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

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
```