Skip to content

feat(config): add optional dimensions to text2vec-aws vectorizer#2078

Merged
g-despot merged 1 commit into
mainfrom
feat/text2vec-aws-dimensions
Jun 22, 2026
Merged

feat(config): add optional dimensions to text2vec-aws vectorizer#2078
g-despot merged 1 commit into
mainfrom
feat/text2vec-aws-dimensions

Conversation

@g-despot

Copy link
Copy Markdown
Collaborator

Adds an optional dimensions parameter (output embedding dimensionality) to the text2vec-aws vectorizer config. Omitted when unset, so the server applies its default.

Closes #2071

@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

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.60%. Comparing base (95b5d76) to head (0e8620b).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2078      +/-   ##
==========================================
- Coverage   86.64%   86.60%   -0.04%     
==========================================
  Files         300      300              
  Lines       23172    23174       +2     
==========================================
- Hits        20077    20070       -7     
- Misses       3095     3104       +9     

☔ 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.

@g-despot g-despot merged commit 344590c into main Jun 22, 2026
125 checks passed
@g-despot g-despot deleted the feat/text2vec-aws-dimensions branch June 22, 2026 08:33
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 dimensions setting in text2vec-aws module

3 participants