Skip to content
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

feat: Update pymilvus to 2.4.x #151

Merged
merged 6 commits into from
Nov 1, 2024
Merged

feat: Update pymilvus to 2.4.x #151

merged 6 commits into from
Nov 1, 2024

Conversation

piket
Copy link
Collaborator

@piket piket commented Oct 29, 2024

What this PR does / why we need it:

Updates the pymilvus SDK to the latest version to be compatible with the current milvus version (2.4.x)
Additionally, this renames the expediagroup milvus implementation to eg-milvus to differentiate from the opensource version (still in alpha) so we can avoid any potential conflicts.

Which issue(s) this PR fixes:

Without the SDK upgrade, milvus operations fail against the updated milvus clusters.

@piket piket changed the title update pymilvus to 2.4.x feat: update pymilvus to 2.4.x Oct 29, 2024
@piket piket changed the title feat: update pymilvus to 2.4.x feat: Update pymilvus to 2.4.x Oct 29, 2024
…milvus to differentiate from the opensource implementation
@@ -1,12 +1,12 @@
FROM python:3.11-slim

RUN python3 -m pip install milvus==2.2.12
RUN python3 -m pip install milvus==2.4.13
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use VERSION as ARG so going forward you can change at one place.

@piket piket merged commit 9b5ae73 into master Nov 1, 2024
24 checks passed
@piket piket deleted the updatePyMilvus branch November 1, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants