-
Notifications
You must be signed in to change notification settings - Fork 33
Add HNSW to DescriptorSet Engine enum #232
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Flexible Retention Policy (Auto-deletion): Users can automatically have node removed from VDMS * Internal Database Retry: Retry query before asserting and exiting database * Allow User-defined Operators in VCL: User can define a new operator in VCL and expose it in the VDMS API. Provided a sample custom operation * Improve Descriptor Search: Fixed descriptor bug (insert multiple descriptors) and added the ability to search descriptors by query blob AND constraints * JPEG Storage Quality: Image differences due to lossy compression of JPEG. Added disclaimer to user to use lossless format (PNG) for inference applications (https://github.com/IntelLabs/vdms/wiki/AddImage#inference-image-format ) * Increase Buffer Size: We increased the max buffer size for database transactions to 1GB and set a default size of 32MB (previous max) * Removed Dockerfiles: Only provide base Dockerfile
Fix the merge error in the docker file
Docker image available: https://hub.docker.com/repository/docker/intellabs/vdms
Publicly available docker image
adding per Intel requirements.
* Add generic AddBlob command * Correct zlib and tiledb paths * Add CSV CPP Client Plugin * Add files to update pypi package Co-authored-by: Ragaad <[email protected]>
v2.8.0 Release
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…tography-43.0.1 Bump cryptography from 42.0.8 to 43.0.1 in /.github
* v2.10.0 Release --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Michael Beale <[email protected]> Co-authored-by: Ian Adams <[email protected]> Co-authored-by: sys_vdms <[email protected]> Co-authored-by: Rohit Verma <[email protected]> Co-authored-by: Sameh Gobriel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.