ahmedelbeshry commited on
Commit
7e7d4a2
β€’
1 Parent(s): 694bd35

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Chat With PDFs
3
+ emoji: πŸ“„
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: "1.10.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Chat With PDFs
13
+
14
+ Chat with your PDF files for free, using [Langchain](https://python.langchain.com/docs/get_started/quickstart), [Groq](https://console.groq.com/), [Chroma](https://docs.trychroma.com/getting-started) vector store, and [Jina AI](https://jina.ai/embeddings/) embeddings. This repository contains a simple Python implementation of the RAG (Retrieval-Augmented-Generation) system. The RAG model is used to retrieve relevant chunks of the user PDF file based on user queries and provide informative responses.
15
+
16
+ ## Installation
17
+ Follow these steps:
18
+ 1. Clone the repository
19
+ ```sh
20
+ git clone https://github.com/S4mpl3r/chat-with-pdf.git