-
Notifications
You must be signed in to change notification settings - Fork 312
Add size parameter in neural search benchmark and schedule to run on 2.19.1 version #5611
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
Conversation
…2.19.1 version Signed-off-by: Weijia Zhao <[email protected]>
H 5 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.1.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=neural_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:3x,cluster-config:x64-r5.2xlarge-3-data-3-shards-0-replica-hybrid;WORKLOAD_PARAMS={"index_name":"quora-dense-embedding","index_body":"indices/quora.json","corpora_name":"quora","default_ingest_pipeline":"nlp-default-ingest-pipeline-dense-embedding","variable_queries":10000,"warmup_time_period":5,"index_knn":true,"k":100,"query_size":100,"ingest_percentage":100};TEST_PROCEDURE=hybrid-search | ||
H 5 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.1.0/latest/linux/x64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=neural_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:3x,cluster-config:x64-r5.2xlarge-3-data-3-shards-0-replica-semantic;WORKLOAD_PARAMS={"index_name":"quora-dense-embedding","index_body":"indices/quora.json","corpora_name":"quora","default_ingest_pipeline":"nlp-default-ingest-pipeline-dense-embedding","variable_queries":10000,"warmup_time_period":5,"index_knn":true,"k":100,"query_size":100,"ingest_percentage":100};TEST_PROCEDURE=semantic-search | ||
|
||
H 6 * * * %BUNDLE_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.19.1/latest/linux/arm64/tar/dist/opensearch/manifest.yml;TEST_WORKLOAD=neural_search;SINGLE_NODE_CLUSTER=false;DATA_NODE_COUNT=3;DATA_INSTANCE_TYPE=r5.2xlarge;USE_50_PERCENT_HEAP=true;USER_TAGS=run-type:nightly,segrep:disabled,arch:x64,instance-type:r5.2xlarge,major-version:3x,cluster-config:x64-r5.2xlarge-3-data-3-shards-0-replica-sparse;WORKLOAD_PARAMS={"passage_embedding_type":"rank_features","index_name":"quora-sparse-embedding","index_body":"indices/quora.json","corpora_name":"quora","ingest_percentage":100,"variable_queries":10000,"warmup_time_period":5,"query_size":100,"default_ingest_pipeline":"nlp-default-ingest-pipeline-sparse"};TEST_PROCEDURE=sparse-search |
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.
please change arm64
in the link to x64
for all 2.19 runs.
We are on 2.19.2 now as latest 2.x right? Why 2.19.1? Thanks. |
Hi @peterzhuamazon, Currently Vector Search is running on 2.19.1, and we want to follow the same |
Signed-off-by: Weijia Zhao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (0.00%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #5611 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…2.19.1 version (#5611) Signed-off-by: Weijia Zhao <[email protected]>
Description
Issues Resolved
N/A
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.