-
Notifications
You must be signed in to change notification settings - Fork 190
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
[FEATURE] Add query_image to Neural query #1137
Labels
Comments
urinud
pushed a commit
to urinud/opensearch-java
that referenced
this issue
Aug 13, 2024
Signed-off-by: uri.nudelman <[email protected]>
Xtansia
pushed a commit
that referenced
this issue
Aug 15, 2024
* Fixes #1137 Signed-off-by: uri.nudelman <[email protected]> * Adds missing documentation. Added changelog Signed-off-by: uri.nudelman <[email protected]> * Added deserialization test Signed-off-by: uri.nudelman <[email protected]> --------- Signed-off-by: uri.nudelman <[email protected]> Co-authored-by: uri.nudelman <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Aug 15, 2024
* Fixes #1137 Signed-off-by: uri.nudelman <[email protected]> * Adds missing documentation. Added changelog Signed-off-by: uri.nudelman <[email protected]> * Added deserialization test Signed-off-by: uri.nudelman <[email protected]> --------- Signed-off-by: uri.nudelman <[email protected]> Co-authored-by: uri.nudelman <[email protected]> (cherry picked from commit 7b3719b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dblock
pushed a commit
that referenced
this issue
Aug 15, 2024
* Fixes #1137 * Adds missing documentation. Added changelog * Added deserialization test --------- (cherry picked from commit 7b3719b) Signed-off-by: uri.nudelman <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: uri.nudelman <[email protected]>
v2.14.0 has been released and includes the fix for this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Server side of Neural Query has an option to query_image which is not available in Java Client implementation.
What solution would you like?
Add to NeuralQuery class imageQuery field and its corresponding serialization.
What alternatives have you considered?
Create a local class, inherit and use it instead of the existing one. But its better to collaborate with the project.
Do you have any additional context?
None.
The text was updated successfully, but these errors were encountered: