Knowledge
LlamaIndex Knowledge Base
LlamaIndexKnowledge is a knowledge base class that allows you to load and query data from LlamaIndex supported knowledge bases.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| 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 |
Was this page helpful?