Skip to main content

query

Method
This is a method of the AutoRagAgent class in the specialized module.
Query the RAG system

Signature

def query(&self, query: &str) -> Result<Vec<String>, String>

Parameters

query
&str
required
No description available.

Returns

Returns
Result<Vec<String>, String>
The result of the operation.