The text embedding object

The text embedding object has the following fields:

  • engine_name: A string representing the name of the video understanding engine the platform has used to create the embedding.
  • text_embedding: An object containing a field named float, which is an array of floating-point numbers representing the embedding. This array has 1024 dimensions, and you can use it with cosine similarity for various downstream tasks.