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 vector search bulk param and runner #431

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

VijayanB
Copy link
Member

Description

Added params and runner to support vector search
bulk operations. This custom bulk vector search
support partitioning files like bigann and hdf5
into multiple bulk request based on bulk size.

Issues Resolved

Part of #103

Testing

  • New functionality includes testing

[Describe how this change was tested]

make test

================= 1211 passed, 5 skipped, 3 warnings in 17.23s =================


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.

@VijayanB VijayanB marked this pull request as draft December 28, 2023 21:50
@VijayanB
Copy link
Member Author

This PR depends on #427

@VijayanB VijayanB force-pushed the add-vector-search-bulk branch 2 times, most recently from 2a9eadb to c0c7d32 Compare December 28, 2023 22:17
osbenchmark/worker_coordinator/runner.py Show resolved Hide resolved
osbenchmark/workload/params.py Outdated Show resolved Hide resolved
osbenchmark/workload/params.py Outdated Show resolved Hide resolved
@VijayanB VijayanB force-pushed the add-vector-search-bulk branch from c0c7d32 to e03c51b Compare December 29, 2023 20:43
@VijayanB VijayanB requested a review from jmazanec15 December 29, 2023 20:50
@VijayanB VijayanB marked this pull request as ready for review December 29, 2023 20:51
@VijayanB VijayanB changed the title Add vector search bulk Add vector search bulk param and runner Dec 29, 2023
Added params and runner to support vector search
bulk operations. This custom bulk vector search
support partitioning files like bigann and hdf5
into multiple bulk request based on bulk size.

Signed-off-by: Vijayan Balasubramanian <[email protected]>
@VijayanB VijayanB force-pushed the add-vector-search-bulk branch from e03c51b to 9abca61 Compare January 2, 2024 03:57
@VijayanB
Copy link
Member Author

VijayanB commented Jan 2, 2024

Tested this with 128-sift-1M-l2 dataset

@VijayanB
Copy link
Member Author

VijayanB commented Jan 2, 2024

@jmazanec15 Can you review updated PR?

@VijayanB
Copy link
Member Author

VijayanB commented Jan 2, 2024

@IanHoang Is test failure due to flaky test?

@IanHoang
Copy link
Collaborator

IanHoang commented Jan 2, 2024

@IanHoang Is test failure due to flaky test?

Unittests have been rerun and passed

@VijayanB
Copy link
Member Author

VijayanB commented Jan 2, 2024

@IanHoang Can this be merged? Thanks

@IanHoang IanHoang merged commit 6a073e7 into opensearch-project:main Jan 3, 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.

3 participants