RAGBuilder
Defined in the RAG module.Rust AI Agent SDK Builder for RAG
Fields
| Name | Type | Description |
|---|---|---|
config | RAGConfig | - |
model | Option<String> | - |
sources | Vec<String> | - |
Methods
config
| Name | Type |
|---|---|
config | RAGConfig |
model
| Name | Type |
|---|---|
model | impl Into<String> |
source
| Name | Type |
|---|---|
source | impl Into<String> |
build
Source
View on GitHub
praisonai/src/rag/mod.rs at line 558
