Harsh Bhatia
Harsh Bhatia
(1) updated faiss to version 1.7.2. (2) the new build system is cmake. followed the example from [here](https://spack.readthedocs.io/en/latest/build_systems/multiplepackage.html#autotools-cmake) to deprecate old messages. (3) added new variants for building shared libs
* copied over the v0.26 file to a new one for v0.31. * added a new "latest" version value. simply followed the existing style and strategy to expand to a...
Hello, I am finding that the `nearestNeighbour` queries are not giving the correct result. In the attached test case, i have three 2D points in the cover-tree, and for two...
The `accept-encodings` option is not getting correctly registered with flake. #### Run 1. When I configure the package through `pyproject.toml`, i see that settings for `accept-encodings` are not accepted. ```...
# Summary I have a feature request and am curious if it is hard to support for the faiss team. Currently, the `index.search` method returns both the distances and ids...