-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Different points ID will have the same ID after inserting to qdrant #3170
Comments
Question, what client are you using? Is it the JavaScript/TypeScript client by any chance? |
client: https://github.com/qdrant/qdrant-web-ui and open the url: and run the post request!
|
@timvisee maybe it is client' problem,because i post the request with postman, anything is ok!
|
conclusion:the response of qdrant is right! the client display the error ID |
ok, i found it at qdrant/qdrant-web-ui#87 |
Wanted to point you to that issue indeed (qdrant/qdrant-web-ui#87). It's an annoying issue, but we should still take care of it. As you've likely figured out, our other clients (other than JavaScript) don't have this problem. |
Current Behavior
There are two points with same ID.
Steps to Reproduce
Expected Behavior
A point's ID is 1000001001111123112, and another points's ID is 1000001001111123111.
Possible Solution
Not obligatory, but suggest a fix/reason for the bug
Context (Environment)
Qdrant v1.6.1
Detailed Description
Provide a detailed description of the change or addition you are proposing
Possible Implementation
Not obligatory, but suggest an idea for implementing addition or change
The text was updated successfully, but these errors were encountered: