qdrant-web-ui
qdrant-web-ui copied to clipboard
UI Point Long type precision loss
Long类型精度丢失
Thank you for the report!
I guess this may be caused by JavaScripts limited integer support, as they only have 52 bits instead of 64. It just cuts off the last numbers.
Since this is a visual problem in the web UI, I've moved your issue to its repository.
Thank you .
Hey @daizhanchao, re-installing qdrant-js will bring about the latest version of the dependency that fixes it.
We're also preparing a release for qdrant-js (rest client) itself that will pin this dependency to 1.2.5 with the fix + introduce bigint types where relevant according to the Qdrant Open Api Schema. Please follow for more:
https://github.com/qdrant/qdrant-js/pull/62
We should probably keep this open until the web UI itself uses this new version instead.