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