Skip to content

Is the auto-generated entity ID globally unique? #3860

Discussion options

You must be logged in to vote
  1. When I insert a vector, is the auto-generated id globally unique?
    Yes, it's unique.

  2. Is there an API for updates if I want to change the vector corresponding to an id?
    There is currently no interface to update the id, but it can be done by deleting the vector and inserting it.

  3. When I insert a vector first, the id is automatically created. And I want to modify the vector for an id, can I delete the vector via the id, and then specify the id when I insert a new vector?
    The update process as I answered above, but this operation can only be implemented on a collection of user-defined IDs.
    In other words, that ID in the same collection must be either user-generated or auto-generated. Can'…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sahuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants