Embedding

@JsonSerializable
data class Embedding(val embedding: FloatArray, val index: Int)

Constructors

Link copied to clipboard
constructor(embedding: FloatArray, index: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
@JsonProperty(name = "object")
val objectType: ObjectType

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int