faiss/tests
Matthijs Douze bf73e38d10 add skip_storage flag to HNSW (#3487)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3487

Sometimes it is not useful to serialize the storage index along with a HNSW index. This diff adds a flag that supports skipping the storage of the index.

Searchign and adding to the index is not possible until a storage index is added back in.

Reviewed By: junjieqi

Differential Revision: D57911060

fbshipit-source-id: 5a4ceee4a8f53f6f746df59af3942b813a99c14f
2024-05-31 14:48:13 -07:00
..
CMakeLists.txt
common_faiss_tests.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_RCQ_cropping.cpp Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_approx_topk.cpp
test_autotune.py
test_binary_factory.py
test_binary_flat.cpp
test_binary_hashindex.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_binary_io.py
test_build_blocks.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_callback.cpp
test_callback_py.py
test_clone.py
test_clustering.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_code_distance.cpp
test_common_ivf_empty_index.cpp Remove extra semi colon from deprecated/libmccpp/ThreadSafeClientPool.h (#3479) 2024-05-23 07:47:33 -07:00
test_contrib.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_contrib_with_scipy.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_cppcontrib_sa_decode.cpp
test_cppcontrib_uintreader.cpp
test_dealloc_invlists.cpp
test_disable_pq_sdc_tables.cpp
test_distances_simd.cpp
test_documentation.py
test_doxygen_documentation.py
test_extra_distances.py
test_factory.py
test_fast_scan.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_fast_scan_ivf.py
test_fastscan_perf.cpp
test_graph_based.py add skip_storage flag to HNSW (#3487) 2024-05-31 14:48:13 -07:00
test_heap.cpp
test_hnsw.cpp
test_index.py QT_bf16 for scalar quantizer for bfloat16 (#3444) 2024-05-23 02:59:15 -07:00
test_index_accuracy.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_index_binary.py
test_index_binary_from_float.py
test_index_composite.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_io.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_ivf_index.cpp
test_ivflib.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_ivfpq_codec.cpp
test_ivfpq_indexing.cpp
test_local_search_quantizer.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_lowlevel_ivf.cpp Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_mem_leak.cpp
test_merge.cpp
test_merge_index.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_meta_index.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_omp_threads.cpp
test_omp_threads_py.py
test_ondisk_ivf.cpp
test_oom_exception.py
test_pairs_decoding.cpp
test_params_override.cpp
test_partition.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_partitioning.cpp
test_pq_encoding.cpp
test_product_quantizer.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_referenced_objects.py
test_refine.py
test_residual_quantizer.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_rowwise_minmax.py Delete all remaining print (#3452) 2024-05-16 19:51:07 -07:00
test_search_params.py Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_simdlib.cpp
test_sliding_ivf.cpp Cleaning up more unnecessary print (#3455) 2024-05-17 16:59:36 -07:00
test_standalone_codec.py QT_bf16 for scalar quantizer for bfloat16 (#3444) 2024-05-23 02:59:15 -07:00
test_threaded_index.cpp
test_transfer_invlists.cpp
test_util.h
torch_test_contrib.py