Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
KnowledgePreset
Defined in the presets module.Rust AI Agent SDK Knowledge preset configuration
Fields
| Name | Type | Description |
|---|---|---|
embedder | String | Embedder model |
chunking_strategy | String | Chunking strategy |
chunk_size | usize | Chunk size |
chunk_overlap | usize | Chunk overlap |
retrieval_k | usize | Retrieval k |
rerank | bool | Enable reranking |
Source
View on GitHub
praisonai/src/presets.rs at line 923
