AutoRagConfig
Defined in the specialized module.Rust AI Agent SDK Auto RAG configuration
Fields
| Name | Type | Description |
|---|---|---|
enabled | bool | Enable AutoRAG |
chunk_size | Option<usize> | Chunk size for documents |
chunk_overlap | Option<usize> | Chunk overlap |
embedding_model | Option<String> | Embedding model |
vector_store | Option<String> | Vector store backend |
top_k | Option<usize> | Number of results to retrieve |
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 418
