Skip to content

can pmilvus run on centos7 or centos8? #41387

Discussion options

You must be logged in to vote

Milvus Lite is not pymilvus.

pymilvus is a python sdk for connecting milvus server.
milvus-lite is an external lib for pymilvus, milvus-lite is a lightweight milvus server which runs in python environment.

pymilvus(SDK) can work in any OS environment that supports Python >3.8

milvus-lite only supports:

  • Ubuntu >= 20.04 (x86_64 and arm64)
  • MacOS >= 11.0 (Apple Silicon M1/M2 and x86_64)

This line will run into milvus-lite:

client = MilvusClient("./milvus_demo.db")

This line will connect with a remote milvus server:

client = MilvusClient(uri="http://IP:19530")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zhu3359
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants