Ash Vardanian

Results 466 comments of Ash Vardanian

Hello everyone, A colleague recently highlighted the potential benefits of integrating SIMD similarity measures into pgvector. To my delight, I discovered this ongoing implementation, which aligns perfectly with a project...

@ankane, the license is not an issue, I can dual-license to be compatible, and have previously done the for [StringZilla](https://github.com/ashvardanian/StringZilla), my strings processing libraries. As for benchmarking, shouldn't be hard,...

@MrPowers I don't have benchmarks specific to Ceja, but have several benchmarks against Jellyfish in the StringZilla repository. There is also a Jupyter notebook to help explore the differences at...

Hi @travi! I've just tried half of the possible configuration arguments and [severely polluted the `main` branch of one of the affected packages](https://github.com/ashvardanian/SimSIMD/commits/main/), but still can't make Semantic Release to...

Hi @travi! Thanks for suggestions! I've bumped all the versions in my `package.json`, which now starts like this: ```json { "name": "simsimd-ci", "version": "1.0.0", "devDependencies": { "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1",...

@travi, I've just tried that locally and still face same issues. ``` $ npm cache clean --force $ rm -rf .github/workflows/node_modules .github/workflows/package-lock.json $ nm install --ignore-scripts --legacy-peer-deps --prefix .github/workflows $...

Ideally, we need an ICC and Arm compiler builds.

@zjthappy thanks for the feedback! @DarvinHarutyunyan and @mgevor, please take a look at this 🤗

I have merged a bunch of updates into `main`. As for Redis, @davvard may be the most experienced person on our side. Any specific recommendations on how to run the...

Hey, @zjthappy ! Is it resolved now? Can we close the issue?