gomate-community/TrustRAG
TrustRAG:The RAG Framework within Reliable input,Trusted output
Implements a modular RAG pipeline with configurable components for document parsing, retrieval, reranking, and generation, supporting hybrid retrieval combining BM25 and dense embeddings. Features DeepSearch—a recursive query decomposition framework with token budgeting and action-based reasoning (search, reflect, answer, read, coding)—alongside multimodal QA, vector database integration (Milvus, Qdrant), and web search capabilities. Targets Python 3.10+ and integrates with LLMs like GLM-4 and OpenAI via configurable APIs.
1,233 stars and 31 monthly downloads. Available on PyPI.
Stars
1,233
Forks
130
Language
Python
License
—
Category
Last pushed
Jan 07, 2026
Monthly downloads
31
Commits (30d)
0
Dependencies
65
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/gomate-community/TrustRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
ictnlp/FlexRAG
FlexRAG: A RAG Framework for Information Retrieval and Generation.
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and...
RUC-NLPIR/FlashRAG
⚡FlashRAG: A Python Toolkit for Efficient RAG Research (WWW2025 Resource)