add_sources
Method
This is a method of the AutoRagAgent class in the specialized module.Add multiple sources
Signature
Parameters
No description available.
Returns
The result of the operation.
add_sources: Add multiple sources
This is a method of the AutoRagAgent class in the specialized module.Add multiple sources
def add_sources(&mut self, sources: impl IntoIterator<Item = impl Into<String>>) -> ()