Skip to content

Commit

Permalink
feat: Update gecko model version to "text-embedding-005".
Browse files Browse the repository at this point in the history
This is required because the earlier version is deprecated and causing issues. ([#513](#513))
  • Loading branch information
anubhav756 committed Dec 10, 2024
1 parent f05cce2 commit 7b065f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrieval_service/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from .routes import routes

EMBEDDING_MODEL_NAME = "textembedding-gecko@001"
EMBEDDING_MODEL_NAME = "text-embedding-005"


class AppConfig(BaseModel):
Expand Down

0 comments on commit 7b065f5

Please sign in to comment.