Kernel Soe
Kernel Soe
@lozanet2005 my current workaround is like this removing Amplify Hosting from pipeline (for now). - upload build artifacts to private S3 bucket - connect that bucket to cloudfront - put...
Thanks @rangsikitpho ! Removing negation in [line 28 and 32](https://github.com/hora-search/hora/blob/main/src/core/simd_metrics.rs) fixes this and top distance pairs look something like `(0, -0.060707208), (3, -0.26921165), (1, -0.6891982), (2, -0.9331413)]`. I just convert...
`CI=true pnpm tauri build` works for me! 👍
@ashvardanian For my use case, I'm trying to load and add a few hundred user notes from sqlite into usearch on app startup without remove op then as the user...