-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug]: the returned inserted id are identical. (Restful api) #27856
Comments
and this should be fixed as soon as possible, because most vector operations need |
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. |
@shanghaikid please help to verify the fix |
it was fixed in v2.3.3 |
Is there an existing issue for this?
Environment
No response
Current Behavior
I inserted 10 items, but the returned insertIds are identical
Expected Behavior
As we know that the javascript engine(v8) doesn't support
Int64
natively, so if we have int64 in the response, when serializing, it will be rounded by the js engine. and there is no way to fix this on the client side, because this is just an API, not the sdk.I think milvus should return
string
other thanint64
in the response.Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: