Back to Agno

RAG Integrations

cookbook/92_integrations/rag/README.md

2.6.4858 B
Original Source

RAG Integrations

Examples for third-party RAG and retrieval-stack integrations.

Files

Prerequisites

  • Load environment variables with direnv allow (including OPENAI_API_KEY and provider-specific keys where needed).
  • Create the demo environment with ./scripts/demo_setup.sh, then run cookbooks with .venvs/demo/bin/python.
  • Some examples require optional local services and dependencies (for example Infinity, Ollama, or extra pip packages).

Run

bash
.venvs/demo/bin/python cookbook/92_integrations/rag/<file>.py