swastikmaiti/LlamaIndex-Agent
A RAG system is just the beginning of harnessing the power of LLM. The next step is creating an intelligent Agent. In Agentic RAG the Agent makes use of available tools, strategies and LLM to generate response in a specialized way. Unlike a simple RAG, an Agent can dynamically choose between tools, routing strategy, etc.
This project helps you get accurate answers to questions from your PDF documents. You upload a PDF, ask a question, and it intelligently decides whether to summarize a section or directly answer your question based on the content. It's designed for anyone who needs to quickly extract specific information or a concise overview from large PDF files.
No commits in the last 6 months.
Use this if you need an intelligent system to answer diverse questions from your PDF documents, dynamically choosing the best approach (summarization or direct lookup) for each query.
Not ideal if you only need basic keyword search within PDFs or don't require an advanced system that can understand and contextualize different types of questions.
Stars
15
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
May 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/swastikmaiti/LlamaIndex-Agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepsense-ai/ragbits
Building blocks for rapid development of GenAI applications
infiniflow/ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses...
GiovanniPasq/agentic-rag-for-dummies
A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.
truefoundry/cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications...
vectara/py-vectara-agentic
A python library for creating AI assistants with Vectara, using Agentic RAG