From 370a4c845712ef612365e140fbaea86d0a691306 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Tue, 30 Apr 2024 14:56:23 -0500 Subject: [PATCH] update readme --- chat_with_pdf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat_with_pdf/README.md b/chat_with_pdf/README.md index 8e0bb7b..6117e14 100644 --- a/chat_with_pdf/README.md +++ b/chat_with_pdf/README.md @@ -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