Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK]: Upsert API #22334

Closed
1 task done
smellthemoon opened this issue Feb 22, 2023 · 3 comments
Closed
1 task done

[SDK]: Upsert API #22334

smellthemoon opened this issue Feb 22, 2023 · 3 comments
Assignees
Labels
area/api kind/enhancement Issues or changes related to enhancement stale indicates no udpates for 30 days

Comments

@smellthemoon
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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

@smellthemoon smellthemoon added the kind/enhancement Issues or changes related to enhancement label Feb 22, 2023
@smellthemoon
Copy link
Contributor Author

/cc @czs007
/kind/api

@smellthemoon
Copy link
Contributor Author

/assign

@stale
Copy link

stale bot commented Mar 31, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Mar 31, 2023
@stale stale bot closed this as completed Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api kind/enhancement Issues or changes related to enhancement stale indicates no udpates for 30 days
Projects
None yet
Development

No branches or pull requests

2 participants