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

BigInteger support #6

Closed
rand0m-cloud opened this issue Nov 14, 2023 · 0 comments · Fixed by #10
Closed

BigInteger support #6

rand0m-cloud opened this issue Nov 14, 2023 · 0 comments · Fixed by #10

Comments

@rand0m-cloud
Copy link

rand0m-cloud commented Nov 14, 2023

In researching qdrant/qdrant-web-ui#87, this library is where we lose the point ID precision because of the JSON.parse call not supporting big integers. I'm not aware of a way to solve this issue without the possibility of breaking things downstream. We need to retrieve BigInteger from the API calls.

The json-bigint package looks promising to solve the JSON.parse problem, but this introduces a number | BigInteger type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant