Databases
Qdrant
For an end-to-end guide follow this link: https://qdrant.tech/documentation/embeddings/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 a Qdrant collection called video_chunks
with 768
dimensions for vuse-generic-v1
model embeddings.
Ingest
Text Query
Video Query
Image
We’ll be using openai-clip-vit-base-patch32
to build a collection of image embeddings with 512 dimensions.
You’ll need to create a Qdrant collection called images
with 512 dimensions
for openai-clip-vit-base-patch32
model embeddings.
Ingest
Text Query
Image Query
Was this page helpful?