> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-agui.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Distributed Rag

> Examples for team workflows in distributed_rag.

| 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.                 |
