Update v1.2.0 alpha.5#4
Merged
euphoria0-0 merged 2 commits intomainfrom Dec 6, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the enVector integration to version 1.2.0 alpha.5, which includes a significant breaking change: the SDK package has been renamed from es2 to pyenvector. The update also changes the key format, requiring users to remove previous versions of keys for correct operation.
Key Changes:
- Renamed SDK package from
es2topyenvectorthroughout the codebase - Updated Docker image references to version v1.2.0-alpha.5
- Enhanced documentation with additional benchmark instructions and CLI options
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| vectordb_bench/backend/clients/envector/envector.py | Replaced all es2 imports and references with pyenvector (aliased as ev), updated dictionary access pattern, and removed debug logging |
| README_ENVECTOR.md | Updated installation instructions to use pyenvector==1.2.0a5, corrected Docker image versions, improved documentation formatting, and added comprehensive benchmark instructions |
| README.md | Updated title and added formatted quick start reference to enVector documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
inkme9
reviewed
Dec 5, 2025
inkme9
approved these changes
Dec 6, 2025
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
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.
Update enVector version:
1.2.0a5pyenvectorinstead ofes2. Please install the SDK withpip install pyenvector==1.2.0a5.v1.2.0-alpha.5.README_ENVECTOR.md.