pub fn rerank<D>( model: impl Into<RerankingModelRef>, query: impl Into<String>, documents: Vec<D>, ) -> Rerank<D>where D: Into<RerankDocument> + Clone + Send + 'static,
Reranks documents by relevance to query. Documents must be all text or all objects.
documents
query