Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changes/unreleased/Added-20260422-004204.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Added
body: Add RAG service with hybrid vector + LLM search
time: 2026-04-22T00:42:04.283582+05:30
5 changes: 3 additions & 2 deletions docs/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ the following service types:
- The [pgEdge Postgres MCP Server](mcp.md) connects AI agents and
LLM-powered applications to your database, enabling natural language
queries and AI-powered data access.
- The pgEdge RAG Server *(coming soon)* enables retrieval-augmented
generation workflows using your database as a knowledge store.
- The [pgEdge RAG Server](rag.md) enables retrieval-augmented generation
workflows using your database as a knowledge store, returning
LLM-synthesized answers grounded in your data.
- [PostgREST](postgrest.md) automatically generates a REST API from
your PostgreSQL schema, making your data accessible over HTTP without
writing backend code.
Expand Down
Loading