BaseEmbedderResult constructor

BaseEmbedderResult()

Represents the embedding results of a model. Typically used as a result for embedding tasks.

This flavor of embedding result will never have a timestamp.

See also:

  • TimestampedEmbeddingResult for data which may have a timestamp.

Implementation

BaseEmbedderResult();