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

Bug in ids of documents on dashboard #122

Closed
vikas-lb opened this issue Oct 24, 2023 · 1 comment · Fixed by #165
Closed

Bug in ids of documents on dashboard #122

vikas-lb opened this issue Oct 24, 2023 · 1 comment · Fixed by #165
Labels
duplicate This issue or pull request already exists

Comments

@vikas-lb
Copy link

Hi - I have created the ID of the document using the following hash function.

record_id, _ = mmh3.hash64(file_data, signed=False)

If I check the ID using Python client, I get the actual ID. On Qdrant dashboard, it seems that we approximate the value to the nearest thousand
Suppose the actual id is 298631332630714982. On UI, we get ID 298631332630715000
It makes it slightly challenging to use the qdrant dashboard using record_id.

@generall
Copy link
Member

duplicate of #87

@coszio coszio added the duplicate This issue or pull request already exists label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants