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

Remove vectorDimension:0 for range dimension in findEmbeddingProviders #1121

Merged
merged 1 commit into from
May 28, 2024

Conversation

Hazel-Datastax
Copy link
Contributor

What this PR does:
Remove vectorDimension:0 for range dimension in findEmbeddingProviders

Which issue(s) this PR fixes:
Fixes C2-3526

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@Hazel-Datastax Hazel-Datastax requested a review from a team as a code owner May 28, 2024 16:43
@@ -57,13 +59,13 @@ public ParameterConfigImpl(
grpcModelParameter.getName(),
ParameterType.valueOf(grpcModelParameter.getType().name()),
grpcModelParameter.getRequired(),
Optional.ofNullable(grpcModelParameter.getDefaultValue()),
Optional.of(grpcModelParameter.getDefaultValue()),
grpcModelParameter.getValidationMap().entrySet().stream()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Change this because it will never be null

@Hazel-Datastax Hazel-Datastax merged commit 1a8b04c into main May 28, 2024
3 checks passed
@Hazel-Datastax Hazel-Datastax deleted the hazel/fix_findprovider branch May 28, 2024 18:11
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.

2 participants