Skip to content

Commit bb5a496

Browse files
fzowldatabyjp
authored andcommitted
Adding VoyageAI's voyage-multimodal-3.5
1 parent d7f2c1d commit bb5a496

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

weaviate/collections/classes/config_vectorizers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
"voyage-finance-2",
6363
"voyage-multilingual-2",
6464
]
65-
VoyageMultimodalModel: TypeAlias = Literal["voyage-multimodal-3",]
65+
VoyageMultimodalModel: TypeAlias = Literal[
66+
"voyage-multimodal-3",
67+
"voyage-multimodal-3.5",
68+
]
6669
AWSModel: TypeAlias = Literal[
6770
"amazon.titan-embed-text-v1",
6871
"cohere.embed-english-v3",

0 commit comments

Comments
 (0)