update readme

This commit is contained in:
ShubhamSaboo 2024-04-30 14:56:23 -05:00
parent 4669db1fe4
commit 370a4c8457

View file

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