CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/architecture_overview.png
assets/chart_latency.png
assets/chart_percentiles.png
assets/chart_scalability.png
assets/chart_speedup.png
assets/chart_throughput.png
assets/dataset_statistics.png
assets/latency_distribution.png
assets/performance_overview.png
assets/test_coverage.png
assets/throughput_comparison.png
src/m2m/__init__.py
src/m2m/auto_scaling.py
src/m2m/backend_comm.py
src/m2m/bm25_index.py
src/m2m/clustering.py
src/m2m/config.py
src/m2m/cuda_search.py
src/m2m/data_lake.py
src/m2m/dataset_transformer.py
src/m2m/embedding_config.py
src/m2m/embedding_model.py
src/m2m/encoding.py
src/m2m/energy.py
src/m2m/engine.py
src/m2m/entity_extractor.py
src/m2m/evaluate_embeddings.py
src/m2m/gaussian_scoring.py
src/m2m/geometry.py
src/m2m/gpu_auto_tune.py
src/m2m/gpu_hierarchical_search.py
src/m2m/gpu_vector_index.py
src/m2m/graph_splat.py
src/m2m/hnsw_index.py
src/m2m/hrm2_engine.py
src/m2m/interfaces.py
src/m2m/lsh_index.py
src/m2m/mapreduce_indexer.py
src/m2m/memory.py
src/m2m/online_updates.py
src/m2m/optimized_api.py
src/m2m/quality_reflector.py
src/m2m/query_optimizer.py
src/m2m/query_router.py
src/m2m/search_supervisor.py
src/m2m/semantic_memory.py
src/m2m/splat_types.py
src/m2m/splats.py
src/m2m/train_embeddings.py
src/m2m/api/coordinator_api.py
src/m2m/api/edge_api.py
src/m2m/cluster/__init__.py
src/m2m/cluster/aggregator.py
src/m2m/cluster/balancer.py
src/m2m/cluster/client.py
src/m2m/cluster/edge_node.py
src/m2m/cluster/health.py
src/m2m/cluster/protocol.py
src/m2m/cluster/router.py
src/m2m/cluster/sharding.py
src/m2m/cluster/sync.py
src/m2m/ebm/__init__.py
src/m2m/ebm/energy_api.py
src/m2m/ebm/exploration.py
src/m2m/ebm/soc.py
src/m2m/loaders/__init__.py
src/m2m/loaders/optimized_loader.py
src/m2m/shaders/moe.comp
src/m2m/shaders/moe_batch.comp
src/m2m/storage/__init__.py
src/m2m/storage/persistence.py
src/m2m/storage/wal.py
src/m2m_vector_search.egg-info/PKG-INFO
src/m2m_vector_search.egg-info/SOURCES.txt
src/m2m_vector_search.egg-info/dependency_links.txt
src/m2m_vector_search.egg-info/requires.txt
src/m2m_vector_search.egg-info/top_level.txt
tests/test_advanced_cluster.py
tests/test_api.py
tests/test_api_edge_cases.py
tests/test_cluster.py
tests/test_core_modules.py
tests/test_crud.py
tests/test_cuda_backend.py
tests/test_energy_validation.py
tests/test_entity_extractor.py
tests/test_gaussian_splat.py
tests/test_hrm2_dense_embeddings.py
tests/test_langchain.py
tests/test_langchain_full.py
tests/test_lsh.py
tests/test_m2m_advanced.py
tests/test_p0_implementation.py
tests/test_persistence_security.py
tests/test_phase2_features.py
tests/test_precomputed_query_regression.py
tests/test_rag_dataset.py
tests/test_semantic_memory.py
tests/test_specs_validation.py