Skip to content

[Feature]: Support null for vector data. #41410

@xiaofan-luan

Description

@xiaofan-luan

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Milvus supports null values starting from version 2.5.
However, null is not supported for vector fields, as vectors are a core data type in any vector database. We believe users should always provide vector data to enable meaningful similarity search results.

That said, in multi-vector mode, not all vector fields are required, which brings greater flexibility to accommodate diverse use cases.

Knowhere does not need to be aware of null values. Instead, handling null should be implemented at the data ingestion and retrieval layers.

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

Metadata

Metadata

Assignees

Labels

kind/featureIssues related to feature request from users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions