Setup
LightRag connects to a running LightRAG server over HTTP. The default server URL is http://localhost:9621.
Example
agent_with_knowledge.py
meta_data["references"].
Search filters are not supported. Indexing happens on the server after upload, so documents may take a moment to become searchable.
Async Support ⚡
LightRAG also supports asynchronous operations, enabling concurrency and leading to better performance.
async_lightrag_db.py