Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ images = [
|
|
20 |
]
|
21 |
|
22 |
model = ImageEmbedding(model_name="Qdrant/clip-ViT-B-32-vision")
|
23 |
-
embeddings = list(
|
24 |
|
25 |
# [
|
26 |
# array([-0.1115, 0.0097, 0.0052, 0.0195, ...], dtype=float32),
|
|
|
20 |
]
|
21 |
|
22 |
model = ImageEmbedding(model_name="Qdrant/clip-ViT-B-32-vision")
|
23 |
+
embeddings = list(model.embed(images))
|
24 |
|
25 |
# [
|
26 |
# array([-0.1115, 0.0097, 0.0052, 0.0195, ...], dtype=float32),
|