Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
3 changes: 2 additions & 1 deletion docs/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ following service types:
- The [pgEdge Postgres MCP Server](mcp.md) connects AI agents and
LLM-powered applications to your database.
- The [pgEdge RAG Server](rag.md) enables retrieval-augmented generation
workflows using your database as a knowledge store.
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