faiss/c_api
Bhavik Sheth 4cfa63865f add get_version() for c_api. (#3688)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3688
Looks like our previous changes only modified the cpp API. Not the c_api like the request wanted. This attempts to add faiss_get_version to c_api

Reviewed By: ramilbakhshyiev

Differential Revision: D60207739

fbshipit-source-id: 07184aeae92a154bb3f440279595077f002851f3
2024-07-25 23:38:46 -07:00
..
gpu raft enabled cmake build (#2898) 2023-06-13 08:43:18 -07:00
impl
utils add get_version() for c_api. (#3688) 2024-07-25 23:38:46 -07:00
AutoTune_c.cpp
AutoTune_c.h
CMakeLists.txt add get_version() for c_api. (#3688) 2024-07-25 23:38:46 -07:00
Clustering_c.cpp
Clustering_c.h
INSTALL.md
IndexBinary_c.cpp
IndexBinary_c.h
IndexFlat_c.cpp
IndexFlat_c.h
IndexIVFFlat_c.cpp
IndexIVFFlat_c.h
IndexIVF_c.cpp move by_residual to IndexIVF (#2870) 2023-05-23 09:56:19 -07:00
IndexIVF_c.h move by_residual to IndexIVF (#2870) 2023-05-23 09:56:19 -07:00
IndexLSH_c.cpp
IndexLSH_c.h
IndexPreTransform_c.cpp
IndexPreTransform_c.h
IndexReplicas_c.cpp
IndexReplicas_c.h
IndexScalarQuantizer_c.cpp move by_residual to IndexIVF (#2870) 2023-05-23 09:56:19 -07:00
IndexScalarQuantizer_c.h Add SQ8bit signed quantization (#3501) 2024-06-24 05:11:53 -07:00
IndexShards_c.cpp
IndexShards_c.h
Index_c.cpp
Index_c.h Fix some typos (#3056) 2023-09-27 03:17:41 -07:00
MetaIndexes_c.cpp
MetaIndexes_c.h
VectorTransform_c.cpp
VectorTransform_c.h
clone_index_c.cpp Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
clone_index_c.h Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
error_c.h
error_impl.cpp
error_impl.h
example_c.c
faiss_c.h
index_factory_c.cpp Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
index_factory_c.h Add the ability to clone and read binary indexes to the C API. (#3318) 2024-03-29 02:37:19 -07:00
index_io_c.cpp
index_io_c.h
macros_impl.h