📘

Note

The 2.7 version of the Marengo video understanding model generates embeddings incompatible with v2.6, which will be discontinued. If you are using v2.6 embeddings, regenerate them using v2.7.

To create video embeddings, you must first upload your videos, and the platform must finish processing them. Uploading and processing videos require some time. Consequently, creating embeddings is an asynchronous process comprised of three steps:

  1. Create a video embedding task that uploads and processes a video
  2. Monitor the status of your video embedding task
  3. Retrieve the embeddings

Related guide: Create video embeddings.

Related quickstart notebook: Open In Colab