Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rimo02/chatpdf
- Owner: rimo02
- Created: 2024-04-25T18:56:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:57:31.000Z (7 months ago)
- Last Synced: 2024-06-07T20:27:13.593Z (5 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
![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
```