Skip to main content

first

Method
This is a method of the EmbeddingResult class in the embedding module.
Get the first embedding vector

Signature

def first(&self) -> Option<&Vec<f32>>

Returns

Returns
Option<&Vec<f32>>
The result of the operation.