unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
2.28k stars 143 forks source link

Extend java API with vector access #407

Closed mccullocht closed 6 months ago

mccullocht commented 6 months ago

Add Index.get(int key) method that returns the contents of the vector on the java heap. This method will throw an IllegalArgumentException if key is not found in the index.

ashvardanian commented 6 months ago

Thanks for the PR! Merged 🤗