can pmilvus run on centos7 or centos8? #41387
-
i want to read data from a kind of self_developed queue and process data, then insert to milvus, the queue client must run on centos, but i read from the docs that pmilvus must run on ubuntu https://milvus.io/docs/milvus_lite.md#Prerequisites, is there any solutions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Milvus Lite is not pymilvus. pymilvus is a python sdk for connecting milvus server. pymilvus(SDK) can work in any OS environment that supports Python >3.8 milvus-lite only supports:
This line will run into milvus-lite:
This line will connect with a remote milvus server:
|
Beta Was this translation helpful? Give feedback.
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:
This line will run into milvus-lite:
This line will connect with a remote milvus server: