Setup
Example
agent_with_knowledge.py
LlamaIndexVectorDb wraps a LlamaIndex retriever. Searches call knowledge_retriever.retrieve() and convert the returned nodes to Agno documents.
LlamaIndexVectorDb is search-only. insert() and upsert() raise NotImplementedError. Load and index documents through LlamaIndex, then wire the retriever to Agno. Search filters are not supported.