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
1.92k stars 109 forks source link

Extend java API with vector access #407

Closed mccullocht closed 1 month ago

mccullocht commented 1 month 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 1 month ago

Thanks for the PR! Merged 🤗