You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know why there is no rerank function in the Rust version of pylate. Is sorting the array returned by let similarities = model.similarity(&query_embeddings, &document_embeddings)?; sufficient to obtain an effective reranking?