-
Notifications
You must be signed in to change notification settings - Fork 19
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
Target vectors support #262
Conversation
b2437c3
to
0e1f28f
Compare
0e1f28f
to
59bc898
Compare
} | ||
} | ||
|
||
Map<String, Float[]> vectors = obj.getVectors(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is either or, so if we have a vector, there won't be named vectors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true, but java client does not have validation rules, so whatever user adds, it is sent in the request.
No description provided.