Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prod model vertex AI endpoint #4266

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions deploy/helm_charts/envs/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ serviceAccount:
nl:
enabled: true
embeddingsSpec:
defaultIndex: "medium_ft"
enabledIndexes: [
"bio_ft"
"medium_ft",
"sdg_ft",
"undata_ft",
]
defaultIndex: "base_uae_mem"
enabledIndexes:
["base_uae_mem", "bio_ft", "medium_ft", "sdg_ft", "undata_ft"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need bio_ft, since its not launched?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed bio_ft in all non bio instances now.

vertexAIModels:
uae-large-v1-model:
project_id: datcom-nl
location: us-central1
prediction_endpoint_id: "430892009855647744"
enableReranking: false

serviceGroups:
recon: null
Expand Down
Loading