Skip to content

[FEATURE]: Support nullable vectors in Java SDK #1729

@marcelo-cjl

Description

@marcelo-cjl

Currently, pymilvus does not support nullable vector fields. When inserting data with None values for vector fields, it raises an error.

Support nullable vectors for all 6 vector types:

  • FloatVector
  • BinaryVector
  • Float16Vector
  • BFloat16Vector
  • SparseFloatVector
  • Int8Vector

Application scenary

  • Add vector column.
  • Vector data can be empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions