Databases
MongoDB
For an end-to-end guide follow this link: https://cloud.mongodb.com/ecosystem/mixpeek
Video
We’ll be using vuse-generic-v1
to build a collection of 1 second interval video chunks into a 768 dimension embedding collection.
You’ll need to create an Atlas vector search index of 768 dimensions
for
vuse-generic-v1
model embeddings. We’re calling it video_index
.
Ingest
Text Query
Video Query
Image
We’ll be using clip-v1
to build a collection of image embeddings with 512 dimensions.
You’ll need to create an Atlas vector search index of 512 dimensions
for
clip-v1
model embeddings. We’re calling it image_index
.
Ingest
Text Query
Image Query
Was this page helpful?