README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/benchmark.py
benchmarks/cache.py
benchmarks/datasets.py
benchmarks/faiss_wrappers.py
benchmarks/metrics.py
benchmarks/run_benchmarks.py
m2vdb/__init__.py
m2vdb/cli.py
m2vdb/client.py
m2vdb/collection.py
m2vdb/models.py
m2vdb/server.py
m2vdb/storage.py
m2vdb.egg-info/PKG-INFO
m2vdb.egg-info/SOURCES.txt
m2vdb.egg-info/dependency_links.txt
m2vdb.egg-info/entry_points.txt
m2vdb.egg-info/requires.txt
m2vdb.egg-info/top_level.txt
m2vdb/indexes/__init__.py
m2vdb/indexes/base.py
m2vdb/indexes/brute_force.py
m2vdb/indexes/ivf.py
m2vdb/indexes/pq.py
m2vdb/indexes/rust_brute_force.py
tests/test_e2e.py
tests/test_e2e_persistence.py
tests/test_persistence_verify.py