> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-codex-docs-audit-20260719-0149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Distributed RAG

> Distribute RAG searches across team members with LanceDB, PgVector, and reranking.

| Example                                                                                          | Description                                                                              |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
| [Distributed RAG With PgVector](/examples/teams/distributed-rag/distributed-rag-pgvector)        | Demonstrates distributed team-based RAG using PostgreSQL + pgvector.                     |
| [Distributed RAG With LanceDB](/examples/teams/distributed-rag/distributed-rag-lancedb)          | Demonstrates distributed team-based RAG with primary and context retrieval over LanceDB. |
| [Distributed RAG With Reranking](/examples/teams/distributed-rag/distributed-rag-with-reranking) | Demonstrates distributed RAG with hybrid retrieval and Cohere reranking.                 |
