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

Refactor: Dont set version for sphinx #221

Closed gurgenyegoryan closed 1 year ago

gurgenyegoryan commented 1 year ago

Sphinx 7.1.2 version installed sphinx-js-1.0, which gave unknown directive type.

ashvardanian commented 1 year ago

If we don't set it, we can get the errors we got in Stringzilla, if I am not mistakes. Can't we just set a specific version of the JS extension, @gurgenyegoryan ?

gurgenyegoryan commented 1 year ago

Then I will close the PR and try to find another solution.