You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: