superlinear-ai/raglite
🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL
This tool helps you build question-answering systems that can intelligently respond using your specific documents. It takes various document types, like PDFs or text files, and generates accurate answers to user queries, leveraging your data. It's designed for anyone needing to create a custom AI assistant that can understand and explain information from their private or specialized content.
1,146 stars. Available on PyPI.
Use this if you need to build a smart question-answering system that can understand and respond based on your own documents and data.
Not ideal if you are looking for a pre-built, off-the-shelf chatbot solution without any need for custom document ingestion or specialized query answering.
Stars
1,146
Forks
100
Language
Python
License
MPL-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Dependencies
20
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/superlinear-ai/raglite"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
HKUDS/LightRAG
[EMNLP2025] "LightRAG: Simple and Fast Retrieval-Augmented Generation"
beir-cellar/beir
A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across...
HKUDS/RAG-Anything
"RAG-Anything: All-in-One RAG Framework"
illuin-tech/vidore-benchmark
Vision Document Retrieval (ViDoRe): Benchmark. Evaluation code for the ColPali paper.
DataScienceUIBK/Rankify
🔥 Rankify: A Comprehensive Python Toolkit for Retrieval, Re-Ranking, and Retrieval-Augmented...