Skip to main content
The LlamaIndexKnowledgeBase allows us to use a LlamaIndex retriever or vector store as a knowledge base.

Usage

llamaindex_kb.py

Params

LlamaIndexKnowledgeBase is a subclass of the AgentKnowledge class and has access to the same params.

Developer Resources