Skip to main content
Demonstrates an agentic RAG flow backed by LightRAG (relocated integration example).
agentic_rag_with_lightrag.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Start LightRAG

Start a LightRAG server at http://localhost:9621 before running the example.
5

Run the example

Clone Agno and run the example from the repository root:
Full source: cookbook/07_knowledge/05_integrations/rag/agentic_rag_with_lightrag.py