anti-aii/RagE
RagE (RAG Engine) - A tool supporting the construction and training of components of the Retrieval-Augmented-Generation (RAG) model. It also facilitates the rapid development of Q&A systems and chatbots following the RAG model.
This project helps developers and AI/ML engineers build or improve question-answering systems and chatbots. It takes text data and RAG model configurations as input, then outputs trained model components or entire Q&A systems capable of understanding and responding to queries. It's designed for those working with large language models to create more accurate and context-aware conversational AI.
No commits in the last 6 months.
Use this if you are an AI/ML engineer or developer building a sophisticated question-answering system or chatbot and need to efficiently construct, train, and evaluate components of a Retrieval-Augmented Generation (RAG) model, especially for the Vietnamese language.
Not ideal if you are looking for a no-code solution or a pre-built application, as this tool requires programming knowledge to implement and customize.
Stars
8
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/anti-aii/RagE"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
RUC-NLPIR/FlashRAG
⚡FlashRAG: A Python Toolkit for Efficient RAG Research (WWW2025 Resource)
ictnlp/FlexRAG
FlexRAG: A RAG Framework for Information Retrieval and Generation.
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and...