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: In C#, can you add a feature to add text labels instead of numeric values #365

Closed Geekyvk5 closed 4 months ago

Geekyvk5 commented 6 months ago

Describe what you are looking for

In C#, can you add a feature to add text labels instead of numeric values. Say I have a column of labels and for the best match I would like to return GetLabels() for each id(key).

Can you contribute to the implementation?

Is your feature request specific to a certain interface?

Other

Contact Details

No response

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 5 months ago

Hi @Geekyvk5! That's not an immediate goal, as you are expected to store metadata elsewhere. If we get there, we will first integrate it in the C++ layer as a new capability, and the propagate to C, Rust, and Python. Other languages - afterwards.