We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a part of #2578 we have added integrity checking for vector data uploads when the vendor implementation indicates that it is supported out of the box. As a follow-up, we should be able to still support integrity checking even when the vendor implementation does not support it out of the box, similar to how remote store does this: https://github.com/opensearch-project/OpenSearch/blob/3ea0a31f6f613ddd5b7bde0053195d5b212c813d/server/src/main/java/org/opensearch/common/blobstore/transfer/RemoteTransferContainer.java#L213-L222
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a part of #2578 we have added integrity checking for vector data uploads when the vendor implementation indicates that it is supported out of the box. As a follow-up, we should be able to still support integrity checking even when the vendor implementation does not support it out of the box, similar to how remote store does this: https://github.com/opensearch-project/OpenSearch/blob/3ea0a31f6f613ddd5b7bde0053195d5b212c813d/server/src/main/java/org/opensearch/common/blobstore/transfer/RemoteTransferContainer.java#L213-L222
The text was updated successfully, but these errors were encountered: