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

[FEA]: Switch to pymilvus >= 2.5 #2108

Open
2 tasks done
dagardner-nv opened this issue Jan 14, 2025 · 1 comment
Open
2 tasks done

[FEA]: Switch to pymilvus >= 2.5 #2108

dagardner-nv opened this issue Jan 14, 2025 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@dagardner-nv
Copy link
Contributor

Is this a new feature, an improvement, or a change to existing functionality?

Change

How would you describe the priority of this feature request

Critical (currently preventing usage)

Please provide a clear description of problem this feature solves

Our current version of pymilvus is a bit out of date, and is needed to unblock NVIDIA/nv-ingest.

Describe your ideal solution

Switch to pymilvus 2.5

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request
@dagardner-nv dagardner-nv added the feature request New feature or request label Jan 14, 2025
@dagardner-nv dagardner-nv self-assigned this Jan 14, 2025
@dagardner-nv dagardner-nv moved this from Todo to In Progress in Morpheus Boards Jan 14, 2025
@dagardner-nv
Copy link
Contributor Author

I looked into this a little bit and wanted to document what I ran into.
We are currently using the now deprecated milvus package which includes the milvus-server command allowing us to start a stand-alone local Milvus server. We use the milvus-server for testing and in our workflows which use Milvus.

The milvus package has since been replaced by the milvus-lite package, however it is not an exact 1:1 replacement and does not include the milvus-server command. Instead only allowing the client to connect directly to an on-disk db file.

Alternately we could use Milvus Standalone however the only supported operation for that is in Docker which would require a bit of work to get working in CI for tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant