query
Method
This is a method of the AutoRagAgent class in the specialized module.Query the RAG system
Signature
Parameters
No description available.
Returns
The result of the operation.
query: Query the RAG system
This is a method of the AutoRagAgent class in the specialized module.Query the RAG system
def query(&self, query: &str) -> Result<Vec<String>, String>