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

Remove error-causing annotation in README #265

Closed simonw closed 1 year ago

simonw commented 1 year ago

This symbol is not imported so this broke the example code.

I got this error:

>>> matches: Matches = index.search(vector, 10)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'Matches' is not defined. Did you mean: 'matches'?
ashvardanian commented 1 year ago

Thank you, @simonw! Will be in the next release.

ashvardanian commented 1 year ago

:tada: This PR is included in version 2.4.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: