Skip to content

x-z/annoy-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

annoy-java

annoy-java is a Java client for annoy.

It was built to give us access to ANN queries from JVM languages, for indices built by other Python pipelines.

Limitations

  • annoy-java only implements loading trees built by the Python version of annoy; it cannot yet create its own.
  • annoy-java only supports angular distances, not Euclidean.

About

Approximate nearest neighbors in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.2%
  • Groovy 14.8%