[SDK]: Upsert API #22334
Labels
area/api
kind/enhancement
Issues or changes related to enhancement
stale
indicates no udpates for 30 days
Is there an existing issue for this?
What would you like to be added?
After we support upsert in Milvus. here comes a new API:
def upsert(self, collection_name, entities, partition_name=None, timeout=None, **kwargs):
upsert data data of collection
:param collection_name: collection name
:type collection_name: str
:param entities: data to upset
:type entities: list-like(list, tuple)
:param partition_name: partition name
:type partition_name: str
:param timeout: duration of allowed grpc
:type timeout: float
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: