Skip to content

feat: add optional location parameter to text2vec-google vectorizer - #447

Merged
g-despot merged 2 commits into
mainfrom
feat/text2vec-google-location
Aug 18, 2026
Merged

feat: add optional location parameter to text2vec-google vectorizer#447
g-despot merged 2 commits into
mainfrom
feat/text2vec-google-location

Conversation

@g-despot

Copy link
Copy Markdown
Contributor

Adds an optional location parameter (Google Vertex AI region) to the text2vec-google vectorizer config. When unset it is omitted from the module config, so the server applies its default.

Closes #442

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@g-despot
g-despot requested a review from bevzzz August 14, 2026 08:02
@g-despot
g-despot force-pushed the feat/text2vec-google-location branch 2 times, most recently from 0f68463 to 584dab3 Compare August 14, 2026 09:39
Comment thread src/collections/configure/unit.test.ts Outdated
Note that `location` must match `apiEndpoint`: the endpoint defaults to
`us-central1-aiplatform.googleapis.com`, so a lone `location` points the
request path at one region and the host at another.

Drop the dedicated `location` serialization test: the "all values" case
already covers `location` when set, and the "defaults" case pins that
there is no client-side default when it is unset.
@g-despot
g-despot force-pushed the feat/text2vec-google-location branch from 584dab3 to 547904e Compare August 18, 2026 06:49
@g-despot
g-despot requested a review from bevzzz August 18, 2026 06:51
@g-despot
g-despot merged commit 096808d into main Aug 18, 2026
14 of 15 checks passed
@g-despot
g-despot deleted the feat/text2vec-google-location branch August 18, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for location parameter in text2vec-google module

2 participants