Back to Agno

distriuuted rag

cookbook/03_teams/15_distributed_rag/README.md

2.6.4587 B
Original Source

distriuuted rag

Examples for team workflows in distributed_rag.

Prerequisites

  • Load environment variables (for example, OPENAI_API_KEY) via direnv allow.
  • Use .venvs/demo/bin/python to run cookbook examples.
  • Some examples require additional services (for example PostgreSQL, LanceDB, or Infinity server) as noted in file docstrings.

Files

  • 01_distributed_rag_pgvector.py - Demonstrates distributed rag pgvector.
  • 02_distributed_rag_lancedb.py - Demonstrates distributed rag lancedb.
  • 03_distributed_rag_with_reranking.py - Demonstrates distributed rag with reranking.