behitek/simple-rag
This is a simple RAG (Retrieval-Augmented Generation) that mostly self-implemented.
This tool helps developers build custom question-answering systems using their own documents. You input PDF files or text, and it processes them to answer user questions accurately based only on your provided information. It's designed for Python developers who need to create specialized AI assistants for specific knowledge bases.
No commits in the last 6 months.
Use this if you are a Python developer looking to quickly implement a basic Retrieval-Augmented Generation (RAG) pipeline for a custom dataset.
Not ideal if you are a non-developer seeking an out-of-the-box application, as this requires coding and environment setup.
Stars
10
Forks
4
Language
Python
License
—
Category
Last pushed
May 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/behitek/simple-rag"
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...