Sign inSign up

openeuler/pymilvus

Sponsored OSS

By openeuler

Updated over 1 year ago

Image
0

4.3K

openeuler/pymilvus repository overview

Quick reference

Milvus | 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

TagCurrentlyArchitectures
2.5.6-oe2403sp1Milvus 2.5.6 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

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

    • The same API works for Milvus Lite, Milvus Standalone, Milvus Distributed, and Zilliz Cloud.
    • The only difference is the uri:
      • For Milvus Lite, use a local file path, e.g. ./milvus_demo.db
      • For Milvus Standalone for Milvus Distributed, use the server endpoint and your token, e.g.:
        client = MilvusClient(
            uri="http://localhost:19530",
            token="username:password"
        )
        
      • The local .db file is portable, You can copy it to another location to persist or back up your data.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:0a2bb2e9b

Size

306 MB

Last updated

over 1 year ago

docker pull openeuler/pymilvus

This week's pulls

Pulls:

9

Last week