-
Notifications
You must be signed in to change notification settings - Fork 173
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
AWSOpensearch configuration parameters #462
Conversation
…ith right replicas, shards and other opensearch related configurations.
# Conflicts: # vectordb_bench/backend/clients/aws_opensearch/aws_opensearch.py # vectordb_bench/backend/clients/aws_opensearch/cli.py
…ith right replicas, shards and other opensearch related configurations.
…ith right replicas, shards and other opensearch related configurations.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Xavierantony1982 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Xavierantony1982, Thank you very much for your contribution. It’s fantastic and will undoubtedly enhance the user experience with AWS OpenSearch. This PR showcases the powerful and flexible configurability of BTW, could you please squash the commits into one? This would ensure a clearer commit log. Thank you once again for your valuable work! |
Thanks for the comment, I have added the details to readme and created a completely new CR with just one commit. |
Added the configuration parameters to create Opensearch dynamically with right replicas, shards and other opensearch related configurations.
Added the feature to create OS index with 0 replica and once the data is loaded update the replicas according to the parameter.