Skip to main content
This example demonstrates how multiple specialized agents coordinate to provide comprehensive RAG responses using distributed knowledge bases and specialized retrieval strategies with LanceDB. The team includes primary retrieval, context expansion, answer synthesis, and quality validation.

Code

cookbook/02_examples/teams/distributed_rag/02_distributed_rag_lancedb.py

Usage

1

Set up your virtual environment

2

Install required libraries

3

Set environment variables

4

Run the agent