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

[QUESTION]: IBM Power (ppc64le) Support for current releases #2571

Closed
1 task done
jackpots28 opened this issue Jan 15, 2025 · 2 comments
Closed
1 task done

[QUESTION]: IBM Power (ppc64le) Support for current releases #2571

jackpots28 opened this issue Jan 15, 2025 · 2 comments
Labels
kind/question A question to answer milvus-lite Issues related to milvus-lite

Comments

@jackpots28
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What is your question?

Hello!

You all are my go to vector store for many of my current projects.

I use a few different architectures as development environments, including: x86, Apple Silicon, and IBM Power. For both x86 and Apple Silicon (ARM) I've had no issues with feature support and functionality at current release and love the product.

Though, I do have some use cases that require runtime of database connection to occur on IBM Power (ppc64le Rhel 8/9) environments.

Currently, I am only able to run Pymilvus at version 2.3.0 for these projects, which is lacking a few features that are present in more current releases. Are there plans to build releases >2.3.* in the future that support this architecture?

Thank you for any insight!

Anything else?

No response

@jackpots28 jackpots28 added the kind/question A question to answer label Jan 15, 2025
@XuanYang-cn XuanYang-cn added the milvus-lite Issues related to milvus-lite label Jan 20, 2025
@XuanYang-cn
Copy link
Contributor

@jackpots28 Hi, thanks for choosing us.

"Be able to use PyMilvus<=2.3.0" seems to me that ppc64le is another unsupported milvus-lite platform. see milvus-lite.

However, if your case doesn't need Milvus-lite, the easiest work around is to modify pyproject.toml and remove milvus-lite dependency and then build pymilvus locally like:

pip install git+ssh://github.com/[your-repo]/pymilvus.git@[your branch]
# or
pip install -e .

@jackpots28
Copy link
Author

@XuanYang-cn Excellent! Originally I was banking on using Milvus-lite, but knowing that this dependency can be removed if not going down that route is great news. Thank you for this, best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question A question to answer milvus-lite Issues related to milvus-lite
Projects
None yet
Development

No branches or pull requests

2 participants