spotify / voyager

🛰️ An approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability.

Home Page:https://spotify.github.io/voyager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove Jackson dependency, do JSON encoding manually

dylanrb123 opened this issue · comments

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