spotify / voyager

🛰️ An approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability.
https://spotify.github.io/voyager/
Apache License 2.0
1.3k stars 53 forks source link

remove Jackson dependency, do JSON encoding manually #2

Closed dylanrb123 closed 1 year ago

dylanrb123 commented 1 year ago

We are pulling in the whole Jackson dep just to write a Java list as a JSON array and read it back, we can just do that manually since it is such a trivial JSON use case