rerank
AsyncMethod
This is a method of the RerankerProtocol class in the knowledge module.Rerank search results
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
rerank: Rerank search results
This is a method of the RerankerProtocol class in the knowledge module.Rerank search results
async def rerank(&self, query: &str, items: Vec<SearchResultItem>, limit: usize) -> Result<RerankResult>