teilomillet/raggo
A lightweight, production-ready RAG (Retrieval Augmented Generation) library in Go.
This is a tool for developers who are building applications that need to intelligently answer questions from documents. It allows you to input various documents (like PDFs or web pages) and then ask natural language questions, receiving context-aware responses. It's designed for software engineers and backend developers creating AI-powered features for their users.
210 stars. No commits in the last 6 months.
Use this if you are a developer building a Go application that requires a robust, scalable system for retrieving relevant information from a large corpus of documents to generate informed AI responses.
Not ideal if you are looking for a standalone, end-user application to ask questions about your documents without writing any code.
Stars
210
Forks
10
Language
Go
License
Apache-2.0
Category
Last pushed
Jul 08, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/teilomillet/raggo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
notadev-iamaura/OneRAG
Production-ready RAG Framework (Python/FastAPI). 1-line config swaps: 6 Vector DBs (Weaviate,...
pinecone-io/canopy
Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
MERakram/Advanced-RAG-monorepo
🚀 Production-ready modular RAG monorepo: Local LLM inference (vLLM) • Hybrid retrieval with...
electricpipelines/barq
Dabarqus is incredibly fast RAG that runs everywhere.
Franky5831/Local-rag-example
A local and private rag guide with some examples, using PgSql, Ollama and Go