Interface VectorData.Builder

  • Method Details

    • float32

      VectorData.Builder float32(Collection<Float> float32)

      The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.

      Parameters:
      float32 - The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • float32

      VectorData.Builder float32(Float... float32)

      The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.

      Parameters:
      float32 - The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.