LICENSE
MANIFEST.in
README.md
build_config.py
pyproject.toml
requirements.txt
setup.py
client/README.md
examples/auth.json
examples/batch_operations_example.py
examples/combined_optimization_recovery_example.py
examples/direct_idmap_test.py
examples/hnsw_and_pq_example.py
examples/index_idmap_example.py
examples/index_ivf_parameters_example.py
examples/index_ivfpq_example.py
examples/index_modification_example.py
examples/index_scalar_quantizer_example.py
examples/ivf_index_example.py
examples/optimization_example.py
examples/range_search_example.py
examples/recovery_example.py
examples/server_example.py
examples/simple_client.py
faissx/.version
faissx/__init__.py
faissx/client/__init__.py
faissx/client/client.py
faissx/client/index.py
faissx/client/optimization.py
faissx/client/recovery.py
faissx/client/timeout.py
faissx/client/transforms.py
faissx/client/indices/__init__.py
faissx/client/indices/base.py
faissx/client/indices/binary_base.py
faissx/client/indices/binary_flat.py
faissx/client/indices/binary_hash.py
faissx/client/indices/binary_ivf.py
faissx/client/indices/factory.py
faissx/client/indices/flat.py
faissx/client/indices/hnsw_flat.py
faissx/client/indices/id_map.py
faissx/client/indices/io.py
faissx/client/indices/ivf_flat.py
faissx/client/indices/ivf_pq.py
faissx/client/indices/ivf_scalar_quantizer.py
faissx/client/indices/modification.py
faissx/client/indices/pq.py
faissx/client/indices/pre_transform.py
faissx/client/indices/scalar_quantizer.py
faissx/server/__init__.py
faissx/server/auth.py
faissx/server/binary.py
faissx/server/cli.py
faissx/server/core.py
faissx/server/faiss_core.py
faissx/server/get_parameter.py
faissx/server/hnsw.py
faissx/server/hybrid.py
faissx/server/logging.py
faissx/server/persistence.py
faissx/server/protocol.py
faissx/server/response.py
faissx/server/server.py
faissx/server/specialized_operations.py
faissx/server/training.py
faissx/server/transformations.py
faissx_gpu.egg-info/PKG-INFO
faissx_gpu.egg-info/SOURCES.txt
faissx_gpu.egg-info/dependency_links.txt
faissx_gpu.egg-info/entry_points.txt
faissx_gpu.egg-info/requires.txt
faissx_gpu.egg-info/top_level.txt
server/README.md
tests/test_advanced_features.py
tests/test_all_index_types.py
tests/test_build_config.py
tests/test_client_io.py
tests/test_client_optimizations.py
tests/test_client_timeout.py
tests/test_fixed_indices.py
tests/test_ntotal.py
tests/test_reconstruction.py
tests/test_server_auth.py
tests/test_server_data_dir_persistence.py
tests/test_specialized_ops.py