LangChainKnowledge is a knowledge base class that allows you to load and query data from Langchain 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 |
|---|---|---|---|
loader | Optional[Callable] | None | Optional callable to load documents into the knowledge base |
vectorstore | Optional[Any] | None | Optional vector store for document storage and retrieval |
search_kwargs | Optional[dict] | None | Optional search parameters for the vector store |
retriever | Optional[Any] | None | Optional retriever for fetching relevant documents |