AutoRagAgent
Defined in the specialized module.Rust AI Agent SDK Auto RAG agent for automatic RAG setup
Fields
| Name | Type | Description |
|---|---|---|
config | AutoRagConfig | Configuration |
sources | Vec<String> | Document sources |
indexed | bool | Indexed |
Methods
new
| Name | Type |
|---|---|
config | AutoRagConfig |
add_source
| Name | Type |
|---|---|
source | impl Into<String> |
add_sources
| Name | Type |
|---|---|
sources | impl IntoIterator<Item |
index
query
| Name | Type |
|---|---|
query | &str |
is_indexed
sources
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 436
