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
Copy file name to clipboardExpand all lines: weaviate/collections/collections/async_.pyi
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ class _CollectionsAsync(_CollectionsBase[ConnectionAsync]):
52
52
) ->CollectionAsync[Properties, References]: ...
53
53
@overload
54
54
@deprecated(
55
-
'Using the "vector_index_config" argument is deprecated. Instead, define the vector index for each specific vectorizer supplied to the "vectorizers_config" argument.'
55
+
'Using the "vectorizer_config" argument is deprecated. Instead, use the "vector_config" argument.'
56
56
)
57
57
asyncdefcreate(
58
58
self,
@@ -78,7 +78,7 @@ class _CollectionsAsync(_CollectionsBase[ConnectionAsync]):
78
78
) ->CollectionAsync[Properties, References]: ...
79
79
@overload
80
80
@deprecated(
81
-
'Using the "vectorizer_config" argument is deprecated. Instead, use the "vectorizers_config" argument.'
81
+
'Using the "vectorizer_config" argument is deprecated. Instead, use the "vector_config" argument.'
0 commit comments