We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97d3913 + a27b3c3 commit 2a9ca5aCopy full SHA for 2a9ca5a
1 file changed
backend/services/search_v2/hybrid_searcher.py
@@ -28,7 +28,7 @@ def __init__(
28
pinecone_index,
29
embedding_fn,
30
cohere_api_key: Optional[str] = None,
31
- rerank_model: str = "rerank-v3.5",
+ rerank_model: str = "rerank-v4.0-fast",
32
):
33
self.index = pinecone_index
34
self.embed = embedding_fn
0 commit comments