Skip to content

Commit 58b2e19

Browse files
KoderFPVclaude
andcommitted
feat: Add multi2vec-clip module for image vectorization in eval
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 71c566e commit 58b2e19

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docker-compose.eval.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,20 @@ services:
2525
AUTHENTICATION_APIKEY_ALLOWED_KEYS: "eval-test-key"
2626
AUTHENTICATION_APIKEY_USERS: "eval-user"
2727
PERSISTENCE_DATA_PATH: "/var/lib/weaviate"
28-
ENABLE_MODULES: "text2vec-transformers"
28+
ENABLE_MODULES: "text2vec-transformers,multi2vec-clip"
2929
CLUSTER_HOSTNAME: "node1"
3030
TRANSFORMERS_INFERENCE_API: "http://text2vec-snowflake:8080"
31+
CLIP_INFERENCE_API: "http://multi2vec-clip:8080"
3132
depends_on:
3233
- text2vec-snowflake
34+
- multi2vec-clip
3335
tmpfs:
3436
- /var/lib/weaviate
3537

3638
text2vec-snowflake:
3739
image: kodercloud/snowflake-l-2-0-weaviate
3840
container_name: cognito-eval-vectorizer
41+
42+
multi2vec-clip:
43+
image: semitechnologies/multi2vec-clip:sentence-transformers-clip-ViT-B-32-multilingual-v1
44+
container_name: cognito-eval-clip

0 commit comments

Comments
 (0)