LICENSE
README.md
pyproject.toml
embedding_tools/__init__.py
embedding_tools.egg-info/PKG-INFO
embedding_tools.egg-info/SOURCES.txt
embedding_tools.egg-info/dependency_links.txt
embedding_tools.egg-info/requires.txt
embedding_tools.egg-info/top_level.txt
embedding_tools/arrays/__init__.py
embedding_tools/arrays/base.py
embedding_tools/arrays/jax_backend.py
embedding_tools/arrays/mlx_backend.py
embedding_tools/arrays/numpy_backend.py
embedding_tools/arrays/torch_backend.py
embedding_tools/config/__init__.py
embedding_tools/config/versioning.py
embedding_tools/memory/__init__.py
embedding_tools/memory/embedding_store.py
embedding_tools/utils/__init__.py
embedding_tools/utils/device_detection.py
tests/test_arrays.py
tests/test_config.py
tests/test_installation.py
tests/test_jax_backend.py
tests/test_memory.py