teddylee777/easy-pdf-rag
This is an example of implementing the RAG feature based on OpenAI Assistant V2 and Anthropic's PDF feature.
This helps you quickly get answers to your questions from PDF documents using AI. You input your PDF files and ask questions in natural language, and it provides relevant information extracted directly from those PDFs. This is designed for anyone who needs to efficiently find specific details or summarize content across multiple lengthy PDF documents.
No commits in the last 6 months.
Use this if you need to extract information, get summaries, or answer specific questions from one or more PDF documents without manually reading through them.
Not ideal if you need to perform complex data analysis on structured tables within PDFs or if your documents are not primarily text-based.
Stars
9
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/teddylee777/easy-pdf-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Future-House/paper-qa
High accuracy RAG for answering questions from scientific documents with citations
weiwill88/Local_Pdf_Chat_RAG
🧠 纯原生 Python 实现的 RAG 框架 | FAISS + BM25 混合检索 | 支持 Ollama / SiliconFlow | 适合新手入门学习
EarthlyAlien/Document-Assistant
RAG based Document Assistant for Search
shubham0204/OnDevice-RAG-Android
A custom RAG pipeline for multi-document QA from PDF/DOCX documents, in Android
dev-it-with-me/RagUltimateAdvisor
A complete Retrieval-Augmented Generation (RAG) application that demonstrates modern AI...