groovy-web/rag-system-pgvector
Production-ready RAG system using PostgreSQL + pgvector for semantic search
This system helps you build intelligent applications that can answer questions and reason using your own specific documents and data. You provide a collection of documents (like reports, articles, or manuals) and questions, and it delivers accurate answers along with the source materials. This is for anyone creating tools that need to understand and respond based on private or extensive textual information, such as customer support bots or internal knowledge base systems.
Use this if you need to build a system that can accurately answer complex questions by retrieving and synthesizing information from a large, private collection of documents.
Not ideal if your primary goal is simple keyword search or if you don't need the advanced reasoning capabilities of a large language model over your specific data.
Stars
17
Forks
—
Language
—
License
MIT
Category
Last pushed
Mar 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/groovy-web/rag-system-pgvector"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
postgresml/korvus
Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on...
playwithllm/store
A RAG-driven image product search that showcases MERN, Milvus for vector indexing, Transformers,...
Syed007Hassan/Hybrid-Search-For-Rag
This project demonstrates how to implement a hybrid search engine for Retrieval-Augmented...
Diesel-Black/carta
PostgreSQL pipeline for extracting geometric and topological quantities from AI conversation...
hassanamir24/quickrag
🚀 Index and search documents quickly with QuickRAG, using your preferred embedding provider and...