superagent-ai/super-rag
Super performant RAG pipelines for AI apps. Summarization, Retrieve/Rerank and Code Interpreters in one simple API.
Supports pluggable vector databases (Pinecone, Qdrant, Weaviate, PGVector) and multiple embedding providers (OpenAI, Cohere, HuggingFace, FastEmbed), with customizable semantic chunking and metadata filtering via REST API. Built on FastAPI with session-based caching and optional E2B.dev sandbox integration for executing computational queries safely. Handles diverse document formats through the Unstructured library with configurable parsing strategies and table processing.
388 stars. No commits in the last 6 months.
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...
McKern3l/RAGdrag
RAG pipeline security testing toolkit - 27 techniques across 6 kill chain phases, mapped to MITRE ATLAS
feld-m/rag_blueprint
A modular framework for building and deploying Retrieval-Augmented Generation (RAG) systems with...
mburaksayici/RAG-Boilerplate
RAG boilerplate with semantic/propositional chunking, hybrid search (BM25 + dense), LLM...