LICENSE
README.md
pyproject.toml
setup.py
python/llamadb/__init__.py
python/llamadb/api/__init__.py
python/llamadb/api/app.py
python/llamadb/cli/__init__.py
python/llamadb/cli/demo.py
python/llamadb/cli/main.py
python/llamadb/core/__init__.py
python/llamadb/core/accelerated_ops.py
python/llamadb/core/mlx_acceleration.py
python/llamadb/core/vector_index.py
python/llamadb/integrations/__init__.py
python/llamadb/integrations/anthropic/__init__.py
python/llamadb/integrations/anthropic/client.py
python/llamadb/integrations/anthropic/embeddings.py
python/llamadb/integrations/anthropic/pipeline.py
python/llamadb/utils/__init__.py
python/llamadb/utils/logging.py
python/llamadb_llamasearch.egg-info/PKG-INFO
python/llamadb_llamasearch.egg-info/SOURCES.txt
python/llamadb_llamasearch.egg-info/dependency_links.txt
python/llamadb_llamasearch.egg-info/entry_points.txt
python/llamadb_llamasearch.egg-info/not-zip-safe
python/llamadb_llamasearch.egg-info/requires.txt
python/llamadb_llamasearch.egg-info/top_level.txt
tests/test_accelerated_ops.py
tests/test_client.py
tests/test_mlx_acceleration.py
tests/test_query.py