pgEdge/pgedge-rag-server
A simple API server for performing Retrieval-Augmented Generation (RAG) of text based on content from a PostgreSQL database using pgvector.
This helps developers build applications that can answer questions using content stored in a PostgreSQL database. It takes your natural language questions and database content as input, then outputs relevant answers generated by a large language model. Developers building AI-powered applications or intelligent chatbots would find this useful.
Use this if you are a developer looking to integrate Retrieval-Augmented Generation (RAG) capabilities into your applications, leveraging data already stored in PostgreSQL.
Not ideal if you need a pre-built, end-user application or if your primary data source is not PostgreSQL.
Stars
31
Forks
1
Language
Go
License
PostgreSQL
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/pgEdge/pgedge-rag-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
wangle201210/go-rag
基于eino+gf+vue实现知识库的rag
LlamaEdge/rag-api-server
A RAG API server written in Rust following OpenAI specs
timescale/pgai
A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
ca-srg/ragent
RAGent - A CLI tool for building RAG systems with hybrid search (BM25 + vector) using Amazon S3...