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

Add new property to define operation #458

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

VijayanB
Copy link
Member

@VijayanB VijayanB commented Feb 6, 2024

Description

Previously we only support bulk as source format. We want to extend Documents to support more source formats.
However, not every format is similar. For Vector Search we want to use HDF5/BIG_ANN formats that don't support file offset table. Hence, add property to decide whether they support specific operation or not.

Issues Resolved

Part of #442

Testing

  • New functionality includes testing

[Describe how this change was tested]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Previosuly we only support bulk as source format. We want to
extend Documents to support more source formats.
However, not every format is similar. For Vector Search we want
to use HDF5/BIG_ANN formats that don't support file offset table.
Hence, add property to decide whether they support specific operation
or not.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
@IanHoang IanHoang merged commit 5d79dd1 into opensearch-project:main Feb 7, 2024
8 checks passed
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