LlamaIndexKnowledge is a knowledge base class that allows you to load and query data from LlamaIndex supported knowledge bases.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
retriever | BaseRetriever | Required | LlamaIndex retriever for fetching relevant documents |
loader | Optional[Callable] | None | Optional callable to load documents into the knowledge base |