View Source Vettore.Embedding (Vettore v0.3.0)
Represents a single embedding entry for insertion into a collection.
fields
Fields
:id- Stable identifier for this embedding. Preferred in vNext.:value- A string or content identifier for this embedding can be Id, or Text (e.g. "this is text data").:vector- A list of floating‑point numbers representing the embedding (e.g.[1.0, 2.0, 3.0]).:vectors- Optional token/document vectors for late interaction search.:binary_vector- Sign-bit compressed vector used for binary quantized candidate search.:metadata- (Optional) A map with any additional information you want to store (e.g.%{"info" => "my note"}).