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

Cast MODEL_DIM to Integer #1468

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Cast MODEL_DIM to Integer #1468

merged 1 commit into from
Nov 27, 2024

Conversation

dnoliver
Copy link
Contributor

The os.getenv() call returns string, and create_collection wants an int. Casting MODEL_DIM to int so it is compliant with create_collection.

  • A reference to a related issue in your repository.

1467

  • A description of the changes proposed in the pull request.

Cast MODEL_DIM to int, to prevent a crash when MODEL_DIM is an string

  • Add delight to the experience when all tasks are complete 🎉

The os.getenv() call returns string, and create_collection wants an int.
Casting MODEL_DIM to int so it is compliant with create_collection.
@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dnoliver

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@wxywb wxywb merged commit 82b900b into milvus-io:master Nov 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants