timescale/pgai
A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
ArchivedProvides declarative SQL-based vectorizer pipelines that automatically generate and synchronize embeddings as PostgreSQL data changes, decoupling embedding failures from core database operations. Includes a Semantic Catalog feature for natural language-to-SQL translation in agentic applications, and supports multiple embedding providers through stateless worker architecture. Integrates with pgvector/pgvectorscale for semantic search and works across PostgreSQL variants including Timescale Cloud, RDS, and Supabase.
5,767 stars.
Stars
5,767
Forks
307
Language
PLpgSQL
License
PostgreSQL
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/timescale/pgai"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
wangle201210/go-rag
基于eino+gf+vue实现知识库的rag
copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
LlamaEdge/rag-api-server
A RAG API server written in Rust following OpenAI specs
eryajf/langchaingo-ollama-rag
学习基于langchaingo结合ollama实现的rag应用流程
ca-srg/ragent
RAGent - A CLI tool for building RAG systems with hybrid search (BM25 + vector) using Amazon S3...