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
'Using the "vector_index_config" argument is deprecated. Instead, define the vector index for each specific vectorizer supplied to the "vectorizers_config" argument.'
33
-
)
34
31
asyncdefcreate(
35
32
self,
36
33
name: str,
@@ -44,7 +41,7 @@ class _CollectionsAsync(_CollectionsBase[ConnectionAsync]):
'Using the "vector_index_config" argument is deprecated. Instead, define the vector index for each specific vectorizer supplied to the "vector_config" argument.'
33
-
)
34
31
defcreate(
35
32
self,
36
33
name: str,
@@ -44,7 +41,7 @@ class _Collections(_CollectionsBase[ConnectionSync]):
@@ -55,7 +52,7 @@ class _Collections(_CollectionsBase[ConnectionSync]):
55
52
) ->Collection[Properties, References]: ...
56
53
@overload
57
54
@deprecated(
58
-
'Using the "vectorizer_config" argument is deprecated. Instead, use the "vector_config" argument.'
55
+
'Using the "vector_index_config" argument is deprecated. Instead, define the vector index for each specific vectorizer supplied to the "vector_config" argument.'
59
56
)
60
57
defcreate(
61
58
self,
@@ -70,14 +67,19 @@ class _Collections(_CollectionsBase[ConnectionSync]):
0 commit comments