Skip to content

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

Merged
dirkkul merged 1 commit into
mainfrom
feat/text2vec-google-location
Jun 19, 2026
Merged

feat: add optional location parameter to text2vec-google vectorizer#2075
dirkkul merged 1 commit into
mainfrom
feat/text2vec-google-location

Conversation

@g-despot

Copy link
Copy Markdown
Collaborator

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 #2070

@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 force-pushed the feat/text2vec-google-location branch from 45ecc7e to cec15ca Compare June 19, 2026 11:16
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.64%. Comparing base (78fa5f7) to head (cec15ca).
⚠️ Report is 193 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2075      +/-   ##
==========================================
- Coverage   87.95%   86.64%   -1.31%     
==========================================
  Files         280      300      +20     
  Lines       21664    23173    +1509     
==========================================
+ Hits        19054    20079    +1025     
- Misses       2610     3094     +484     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dirkkul dirkkul merged commit dffcdcb into main Jun 19, 2026
125 checks passed
@dirkkul dirkkul deleted the feat/text2vec-google-location branch June 19, 2026 12:42
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

3 participants