Usage
knowledge_base.py
lightrag_knowledge_base
with an Agent:
agent.py
Params
Parameter | Type | Default | Description |
---|---|---|---|
lightrag_server_url | str | - | URL to LightRAG server. |
path | Union[str, Path] | - | Path to documents. Can point to a single file or directory of files. |
url | str | - | URLs of the website to read. |
Developer Resources
- View Cookbook