faiss/c_api
zeyuyun1 f07e82aa1a Update example_c.c (#2419)
Summary:
This line should be searching for xq, but the current line is searching the first 5 line in xb. It should be a bug.

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2419

Reviewed By: alexanderguzhva

Differential Revision: D39167612

Pulled By: mdouze

fbshipit-source-id: fc2534fa799dcbedae1af7881f5d70026b4de675
2022-08-31 05:44:25 -07:00
..
gpu
impl Generalize DistanceComputer for flat indexes (#2255) 2022-03-20 23:43:33 -07:00
utils
AutoTune_c.cpp
AutoTune_c.h
CMakeLists.txt Summary: Add Binary Index i.o to c_api (#2233) 2022-03-16 03:28:46 -07:00
Clustering_c.cpp
Clustering_c.h
INSTALL.md docs: Improve readability (#2378) 2022-07-08 09:19:07 -07:00
IndexBinary_c.cpp Summary: Add Binary Index i.o to c_api (#2233) 2022-03-16 03:28:46 -07:00
IndexBinary_c.h Summary: Add Binary Index i.o to c_api (#2233) 2022-03-16 03:28:46 -07:00
IndexFlat_c.cpp IndexFlatCodes: a single parent for all flat codecs (#2132) 2021-12-07 01:31:07 -08:00
IndexFlat_c.h
IndexIVFFlat_c.cpp
IndexIVFFlat_c.h
IndexIVF_c.cpp
IndexIVF_c.h
IndexLSH_c.cpp IndexFlatCodes: a single parent for all flat codecs (#2132) 2021-12-07 01:31:07 -08:00
IndexLSH_c.h IndexFlatCodes: a single parent for all flat codecs (#2132) 2021-12-07 01:31:07 -08:00
IndexPreTransform_c.cpp
IndexPreTransform_c.h
IndexReplicas_c.cpp
IndexReplicas_c.h
IndexScalarQuantizer_c.cpp
IndexScalarQuantizer_c.h
IndexShards_c.cpp
IndexShards_c.h
Index_c.cpp Add sa_code_size, sa_encode, and sa_decode to the C_API (#2367) 2022-06-29 12:02:51 -07:00
Index_c.h Add sa_code_size, sa_encode, and sa_decode to the C_API (#2367) 2022-06-29 12:02:51 -07:00
MetaIndexes_c.cpp
MetaIndexes_c.h
VectorTransform_c.cpp
VectorTransform_c.h
clone_index_c.cpp
clone_index_c.h
error_c.h
error_impl.cpp
error_impl.h
example_c.c Update example_c.c (#2419) 2022-08-31 05:44:25 -07:00
faiss_c.h
index_factory_c.cpp
index_factory_c.h
index_io_c.cpp Summary: Add Binary Index i.o to c_api (#2233) 2022-03-16 03:28:46 -07:00
index_io_c.h Summary: Add Binary Index i.o to c_api (#2233) 2022-03-16 03:28:46 -07:00
macros_impl.h