Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pymilvus/milvus_client/milvus_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def delete(
Note: You need to passin either ids or filter, and they cannot be used at the same time.

Returns:
Dict: with key 'deleted_count' and value number of rows that were deleted.
Dict: with key 'delete_count' and value number of rows that were deleted.
"""
pks = kwargs.get("pks", [])
if isinstance(pks, (int, str)):
Expand Down