openeuler/pymilvusThe official Milvus docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Milvus docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.
Read more on Milvus Website.
The tag of each pymilvus docker image is consist of the version of pymilvus and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.5.6-oe2403sp1 | Milvus 2.5.6 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/pymilvus image from docker
bashdocker pull openeuler/pymilvus:{Tag}
Example: Connect to Milvus Lite
from pymilvus import MilvusClient client = MilvusClient(uri="./milvus_demo.db")
After running the code above, a new file called milvus_demo.db will be generated in your current working directory.
Notes
uri:
./milvus_demo.dbclient = MilvusClient( uri="http://localhost:***", token="username:password" )
.db file is portable, You can copy it to another location to persist or back up your data.If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务