mamiriqbal1/rag_book_qa_prompt
A simple demonstration of how you can implement retrieval augmented generation (RAG) for a book.
This tool helps you quickly find answers within a large document, like a textbook or reference manual. You provide a PDF document and a question, and it gives you a targeted prompt to paste into a large language model (like ChatGPT) to get an answer based *only* on your document. It's for researchers, students, or anyone who needs to extract specific information from long texts efficiently.
No commits in the last 6 months.
Use this if you need to ask specific questions about the content of a PDF book or extensive document and want to ensure the answers come directly from that source.
Not ideal if you want a fully automated question-answering system without manual copying and pasting, or if your document is not text-based.
Stars
8
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/mamiriqbal1/rag_book_qa_prompt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
moodlehq/wiki-rag
An experimental Retrieval-Augmented Generation (RAG) system specialised in ingesting MediaWiki...
macromeer/offline-wikipedia-rag
Free offline AI with complete Wikipedia knowledge - 100% private
xumozhu/RAG-system
Retrieval-Augmented Generation system: ask a question, retrieve relevant documents, and generate...
MauroAndretta/WikiRag
WikiRag is a Retrieval-Augmented Generation (RAG) system designed for question answering, it...
ShahMitul-GenAI/RAG-Simplified
Enhance GPT-3.5-Turbo output using Retrieval-Augmented Generation (RAG) with a user-friendly...