You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Currently preventing usage
Please provide a clear description of problem this feature solves
This feature will allow for bulk ingest to milvus using the vdb task when adding a large corpus of data to an index. This will decrease the time it takes to ingest large amounts of data into an index, as compared to the currently used streaming process. This will also require a minio sink addition where we save the embeddings to minio to be uploaded during bulk ingest.
Describe the feature, and optionally a solution or implementation and any alternatives
We will add a boolean to the VDBTask that will activate the use of bulk ingest if the users want to deploy using this strategy. Otherwise the current ingestion strategy will continue to be used.
i.e.
VDBTask(bulk=True)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Currently preventing usage
Please provide a clear description of problem this feature solves
This feature will allow for bulk ingest to milvus using the vdb task when adding a large corpus of data to an index. This will decrease the time it takes to ingest large amounts of data into an index, as compared to the currently used streaming process. This will also require a minio sink addition where we save the embeddings to minio to be uploaded during bulk ingest.
Describe the feature, and optionally a solution or implementation and any alternatives
We will add a boolean to the VDBTask that will activate the use of bulk ingest if the users want to deploy using this strategy. Otherwise the current ingestion strategy will continue to be used.
i.e.
VDBTask(bulk=True)
Additional context
No response
The text was updated successfully, but these errors were encountered: