superagent-ai/super-rag
Super performant RAG pipelines for AI apps. Summarization, Retrieve/Rerank and Code Interpreters in one simple API.
This helps AI application developers create powerful question-answering systems by feeding various document types, like PDFs and web pages, into a backend that understands and retrieves relevant information. It takes your raw documents and a user's question, then outputs precise answers, even performing computations if needed. This is for developers building AI-powered chatbots, assistants, or knowledge bases who need robust information retrieval capabilities.
388 stars. No commits in the last 6 months.
Use this if you are a developer building an AI application that needs to answer complex questions by drawing information from a large, diverse set of documents.
Not ideal if you are a non-technical user looking for a ready-to-use AI chatbot without writing code or managing infrastructure.
Stars
388
Forks
64
Language
Python
License
MIT
Category
Last pushed
Apr 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/superagent-ai/super-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Bessouat40/RAGLight
RAGLight is a modular framework for Retrieval-Augmented Generation (RAG). It makes it easy to...
datallmhub/ragctl
A powerful CLI tool to manage, test, and optimize RAG pipelines. Streamline your...
feld-m/rag_blueprint
A modular framework for building and deploying Retrieval-Augmented Generation (RAG) systems with...
McKern3l/RAGdrag
RAG pipeline security testing toolkit - 27 techniques across 6 kill chain phases, mapped to MITRE ATLAS
mburaksayici/RAG-Boilerplate
RAG boilerplate with semantic/propositional chunking, hybrid search (BM25 + dense), LLM...