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

# Knowledge

> Examples for team workflows in knowledge.

| Example                                                                                              | Description                                                                              |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Team With Knowledge](/examples/teams/knowledge/team-with-knowledge)                                 | Demonstrates a team that combines knowledge-base retrieval with web search support.      |
| [Team With Knowledge Filters](/examples/teams/knowledge/team-with-knowledge-filters)                 | Demonstrates static metadata-based knowledge filtering in team retrieval.                |
| [Team With Agentic Knowledge Filters](/examples/teams/knowledge/team-with-agentic-knowledge-filters) | Demonstrates AI-driven dynamic knowledge filtering for team retrieval.                   |
| [Team With Custom Retriever](/examples/teams/knowledge/team-with-custom-retriever)                   | Demonstrates a custom team knowledge retriever that uses runtime dependencies.           |
| [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 PgVector](/examples/teams/distributed-rag/distributed-rag-pgvector)            | Demonstrates distributed team-based RAG using PostgreSQL + pgvector.                     |
| [Distributed RAG With Reranking](/examples/teams/distributed-rag/distributed-rag-with-reranking)     | Demonstrates distributed RAG with hybrid retrieval and Cohere reranking.                 |
| [Coordinated Agentic RAG](/examples/teams/search-coordination/coordinated-agentic-rag)               | Demonstrates coordinated team search, analysis, and synthesis over shared knowledge.     |
| [Coordinated Reasoning RAG](/examples/teams/search-coordination/coordinated-reasoning-rag)           | Demonstrates distributed reasoning roles for coordinated RAG responses.                  |
| [Distributed Infinity Search](/examples/teams/search-coordination/distributed-infinity-search)       | Demonstrates distributed search coordination with Infinity reranking.                    |
