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

Update javadocs #18

Closed markkohdev closed 1 year ago

markkohdev commented 1 year ago

PR to update the javadocs which are quite out of date and also update some contribution instructions.

It would be good to have a check in our run-java-tests action to ensure that running the javadocs doesn't result in any updates -- I imagine we can hack this by checking git status after running the mvn package command but open to any better suggestions

markkohdev commented 1 year ago

Fixes #10