Update README.md

This commit is contained in:
Shubham Saboo 2024-04-29 15:21:46 -05:00 committed by GitHub
parent e70acc0479
commit 4669db1fe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
## Chat with PDF 📚
## Chat with YouTube Videos 📺
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.
LLM app with RAG to chat with YouTube Videos 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 video.
### Features
- Upload a PDF document
- Ask questions about the content of the PDF
- Input a YouTube video URL
- Ask questions about the content of the video
- Get accurate answers using RAG and the selected LLM
### How to get Started?