Create a searchable knowledge base and give an agent access to it as a tool:
Adding Documents
From Text
Add text directly to the knowledge base:From URLs
Load documents from the web:- Plain text
- Markdown
- HTML
- PDF (if markitdown is installed)
- Word documents (if markitdown is installed)
- Many more formats via markitdown
Configuration Options
model- Embedding model for vector search. Default:embed-english-v3max_results- Number of top results to return. Default: 10max_distance- Similarity threshold (0.0 = identical, 1.0 = completely different). Default: 0.2max_knowledge_size- Maximum characters in the returned context. Default: 4096chunker- Strategy for splitting documents into chunks

