Embedding constructor
Embedding({
- required List<
double> vector, - DateTime? createdAt,
- String? modelId,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new Embedding.
Implementation
Embedding({
required this.vector,
this.createdAt,
this.modelId,
this.additionalProperties,
});