Skip to main content

AutoRagConfig

Defined in the specialized module.
Rust AI Agent SDK Auto RAG configuration

Fields

NameTypeDescription
enabledboolEnable AutoRAG
chunk_sizeOption<usize>Chunk size for documents
chunk_overlapOption<usize>Chunk overlap
embedding_modelOption<String>Embedding model
vector_storeOption<String>Vector store backend
top_kOption<usize>Number of results to retrieve

Source

View on GitHub

praisonai/src/parity/specialized.rs at line 418