-
Would love to see this capability in pgvector: https://qdrant.tech/articles/binary-quantization/
Essentially, BQ converts any vector embedding of floating point numbers into a vector of binary or b…
-
I am looking to calculate the local sensitivities of a model at different points in the parameter space. Naturally, the model will not be valid at all points in the parameter space for which I want to…
H-Sax updated
8 months ago
-
https://openj9-jenkins.osuosl.org/job/Build_JDK11_x86-64_windows_OpenJDK11/10
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_x86-64_windows_OpenJDK11/10/Build_JDK11_x86-64_…
-
I didn't see an issue for this. I see that `resize!` isn't defined for `MtlVector`:
```julia
julia> using Metal
julia> v = mtl(randn(10))
10-element MtlVector{Float32, Metal.MTL.MTLResourceStora…
-
Would be interested to see pgvector support hamming distance. An example of an existing implementation can be found in [lantern](https://github.com/lanterndata/lantern)
Example Use Case: Storing PD…
-
Creating a BitVector from a slightly non-trivial expression using the short-circuiting boolean operator `.||` results in runtime dispatch, per-element allocations, and worse performance than the equiv…
-
During a code review we noticed that there are several classes (interpreter, const prop, etc.) where eval is defined to evaluate all the various bitvector operators.
Can we reduce the code duplic…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
**Describe the bug**
The code only works on Unix and can't be easily setup in Windows.
**To Reproduce**
Steps to reproduce the behavior:
1. Download llvm/clang
2. Build debug clang install targ…
-
Hello,
Thanks for this wonderful package!
I was wondering if there is a way to filter out the missing values in a specific column using @filter
I tried
@filter(df, !ismissing(Column_name)) but i…