Skip to content

Commit 2a9ca5a

Browse files
authored
Merge pull request #141 from DevanshuNEU/feat/rerank-v4-upgrade
chore: upgrade Cohere rerank model to v4.0-fast
2 parents 97d3913 + a27b3c3 commit 2a9ca5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/services/search_v2/hybrid_searcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(
2828
pinecone_index,
2929
embedding_fn,
3030
cohere_api_key: Optional[str] = None,
31-
rerank_model: str = "rerank-v3.5",
31+
rerank_model: str = "rerank-v4.0-fast",
3232
):
3333
self.index = pinecone_index
3434
self.embed = embedding_fn

0 commit comments

Comments
 (0)