You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Create a named vector using the `multi2vec_cohere` model.
773
+
"""Create a named vector using the `multi2vec_voyageai` model.
773
774
774
-
See the [documentation](https://weaviate.io/developers/weaviate/model-providers/cohere/embeddings-multimodal)
775
+
See the [documentation](https://weaviate.io/developers/weaviate/model-providers/voyageai/embeddings-multimodal)
775
776
for detailed usage.
776
777
777
778
Arguments:
@@ -793,7 +794,7 @@ def multi2vec_voyageai(
793
794
The text fields to use in vectorization.
794
795
795
796
Raises:
796
-
`pydantic.ValidationError` if `model` is not a valid value from the `CohereMultimodalModel` type or if `truncate` is not a valid value from the `CohereTruncation` type.
797
+
`pydantic.ValidationError` if `model` is not a valid value from the `VoyageaiMultimodalModel` type.
0 commit comments