update readme
This commit is contained in:
parent
4669db1fe4
commit
370a4c8457
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## Chat with PDF 📚
|
||||
## Chat with PDF 📄
|
||||
|
||||
LLM app with RAG to chat with PDF in just 30 lines of Python Code. The app uses Retrieval Augmented Generation (RAG) to provide accurate answers to questions based on the content of the uploaded PDF.
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ LLM app with RAG to chat with PDF in just 30 lines of Python Code. The app uses
|
|||
```bash
|
||||
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
||||
```
|
||||
2. Install the required dependencies:
|
||||
2. Install the required dependencies
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue