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.15k stars 130 forks source link

Feature: More examples in C++ docs (e.g: clustering) #296

Closed deszip closed 11 months ago

deszip commented 11 months ago

Describe what you are looking for

For me as a developer with a slightly different tech stack it's hard to implement some features I know usearch can do for sure but doesn't expose to bindings I use (specifically swift/objc).

Usearch has a great docs for lib itself and for different wrappers also. What I think about is to make them more consistent by covering most of features with docs and examples in c++ bc it's universal and all other wrappers use c++ API.

Feature Im trying to build is similarity grouping of photos on iOS. What Im looking for right now is an example of clustering vectors where I can get list of clusters after adding vectors to index. I can see such example in Python docs but unfortunately can't get through the implementation of the Python bindings to build the same in objc :(

Would be nice to have this covered in c++ docs.

Can you contribute to the implementation?

Is your feature request specific to a certain interface?

C++ implementation

Contact Details

No response

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 11 months ago

:tada: This issue has been resolved in version 2.8.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: