Code Monkey home page Code Monkey logo

Comments (4)

yhmo avatar yhmo commented on June 25, 2024 1

This example does a lot of things.
It generates the data files, uploads the files to S3, and then call do_bulk_insert() API to import these files to a milvus server: https://milvus.io/docs/bulk_insert.md#2-Insert-entities

As we mentioned here: https://milvus.io/docs/bulk_insert.md#1-Upload-data-files, to import the files into a milvus server, the data files need to be upload to the bucket defined by minio.bucketName in the milvus.yml configuration file.

From the error message "failed to get file size of 'bulk_data/c08b98aa-cae9-4....." we know the milvus server cannot access this path.
This path is under "a-bucket" bucket. Then I think your milvus server is not using this path as storage path.
Double check the minio.bucketName in the milvus.yml of your milvus server. Change it to be "a-bucket" and try again.

from pymilvus.

XuanYang-cn avatar XuanYang-cn commented on June 25, 2024

/assign @yhmo

from pymilvus.

RakeshRaj97 avatar RakeshRaj97 commented on June 25, 2024

@yhmo Is it possible to do bulk insert of binary vectors stored as a .npy file?

from pymilvus.

yhmo avatar yhmo commented on June 25, 2024

@yhmo Is it possible to do bulk insert of binary vectors stored as a .npy file?

The example script also includes a demo for binary vectors:

for file_type in file_types:

from pymilvus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.