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]: Milvus 2.4.15 - pymilvus 2.4.9 Message -> this version of sdk is incompatible with server, please downgrade your sdk or upgrade your server #2355

Open
1 task done
cmxela opened this issue Nov 15, 2024 · 2 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@cmxela
Copy link

cmxela commented Nov 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What is your question?

Not sure which is the problem, the versions look like are the adequate. The code I am ussing and is failing is

from pymilvus import MilvusClient, FieldSchema, CollectionSchema, DataType, Collection, Index

# Connect to Milvus
client = MilvusClient(
    uri="https://milvus.k8s.xxxxxxx.com",
    db_name="default"
)

This is milvus standalone deployed on a microk8s single node cluster

the deployment has been done with helm

Anything else?

No response

@cmxela cmxela added the kind/question A question to answer label Nov 15, 2024
@XuanYang-cn
Copy link
Contributor

This is a misleading message, I'll fix it soon. Actually there's one more possible reason: the port of the uri is incorrect.

@cmxela Please double check your Milvus server's port and attach the correct port into your uri like http://localhost:19530

@XuanYang-cn
Copy link
Contributor

/assign

@XuanYang-cn XuanYang-cn added kind/bug Something isn't working and removed kind/question A question to answer labels Nov 19, 2024
@XuanYang-cn XuanYang-cn added this to the PyMilvus 2.4.10 milestone Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants