faiss/benchs/bench_fw
Kumar Saurabh Arora 202a204bd8 Allow search Index without Gt (#3827)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3827

There are few fixes in this diff which allows us to execute search on an existing index without needing to compare it with ground truth. This has been currently added to only knn search (not range)

Reviewed By: satymish

Differential Revision: D61825365

fbshipit-source-id: ee1e39260ed3480ed32aeeb8d7232e975f56bbfa
2024-09-04 22:17:02 -07:00
..
__init__.py
benchmark.py Allow search Index without Gt (#3827) 2024-09-04 22:17:02 -07:00
benchmark_io.py Adding support for index builder (#3800) 2024-08-27 10:02:15 -07:00
descriptors.py Adding support for index builder (#3800) 2024-08-27 10:02:15 -07:00
index.py Allow search Index without Gt (#3827) 2024-09-04 22:17:02 -07:00
optimize.py
utils.py