The 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
docker 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:19530",
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.
Content type
Image
Digest
sha256:0a2bb2e9b…
Size
306 MB
Last updated
over 1 year ago
docker pull openeuler/pymilvusPulls:
9
Last week