Skip to content

Commit bbd4a80

Browse files
committed
Fix deprecation warning message
1 parent c794247 commit bbd4a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

weaviate/collections/collections/async_.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class _CollectionsAsync(_CollectionsBase[ConnectionAsync]):
5252
) -> CollectionAsync[Properties, References]: ...
5353
@overload
5454
@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.'
5656
)
5757
async def create(
5858
self,
@@ -78,7 +78,7 @@ class _CollectionsAsync(_CollectionsBase[ConnectionAsync]):
7878
) -> CollectionAsync[Properties, References]: ...
7979
@overload
8080
@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.'
8282
)
8383
async def create(
8484
self,

0 commit comments

Comments
 (0)