menu
dartantic_interface package
documentation
dartantic_interface.dart
EmbeddingsResult
embeddings property
embeddings property
dark_mode
light_mode
embeddings
property
List
<
double
>
get
embeddings
The embedding vectors.
Implementation
List<double> get embeddings => output;
dartantic_interface package
documentation
dartantic_interface
EmbeddingsResult
embeddings property
EmbeddingsResult class