Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Submitted
Workspace watsonx.data
Created by Guest
Created on Jan 7, 2025

Milvus services on watsonx.data SaaS on IBM Cloud do not seem to support the bulk_import() method

Previously, we switched over how we insert vectors into our collections to use do_bulk_load per the watsonx.data documentation. It looks like do_bulk_load is getting deprecated, and the recommended method is now bulk_import. We’re trying to switch over to this method since future versions of pymilvus won’t support do_bulk_load. It looks like bulk_import is a wrapper around the the Milvus import API. When I test the bulk_import method, I get the error MilvusException: <MilvusException: (code=1, message=Failed to post url: *********, error: ('Connection aborted.', BadStatusLine('\x00\x00\x06\x04\x00\x00\x00\x00\x00\x00\x05\x00\x00@\x00')))>. I thought it was maybe because I was not putting the correct parameters and because it was a more complex method, so I wanted to test out a simple post request from Milvus documentation (below) to isolate the issue

export CLUSTER_ENDPOINT="https://b327abbe-256e-4010-b81b-f35f7e3fcb6f.cqh2jh8d00ae3kp0jmpg.lakehouse.appdomain.cloud:31672" export TOKEN="ibmlhapikey:{api_key}" curl --request POST \    --url "${CLUSTER_ENDPOINT}/v2/vectordb/collections/list" \    --header "Authorization: Bearer ${TOKEN}" \    --header 'accept: application/json' \    --header 'content-type: application/json' \    -d '{        "dbName": "_default"    }'

And the same error is received. At this time, it seems that Milvus on watsonx.data does not support this new method for bulk import. This feature request would be to ensure this method is supported and update the documentation to move clients from the deprecated method to the new method for import.

Needed By Quarter