We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f2c1d commit bb5a496Copy full SHA for bb5a496
1 file changed
weaviate/collections/classes/config_vectorizers.py
@@ -62,7 +62,10 @@
62
"voyage-finance-2",
63
"voyage-multilingual-2",
64
]
65
-VoyageMultimodalModel: TypeAlias = Literal["voyage-multimodal-3",]
+VoyageMultimodalModel: TypeAlias = Literal[
66
+ "voyage-multimodal-3",
67
+ "voyage-multimodal-3.5",
68
+]
69
AWSModel: TypeAlias = Literal[
70
"amazon.titan-embed-text-v1",
71
"cohere.embed-english-v3",
0 commit comments