README.md
pyproject.toml
setup.py
lancedb/__init__.py
lancedb/common.py
lancedb/conftest.py
lancedb/context.py
lancedb/db.py
lancedb/embeddings.py
lancedb/exceptions.py
lancedb/fts.py
lancedb/pydantic.py
lancedb/query.py
lancedb/schema.py
lancedb/table.py
lancedb/util.py
lancedb.egg-info/PKG-INFO
lancedb.egg-info/SOURCES.txt
lancedb.egg-info/dependency_links.txt
lancedb.egg-info/requires.txt
lancedb.egg-info/top_level.txt
lancedb/remote/__init__.py
lancedb/remote/arrow.py
lancedb/remote/client.py
lancedb/remote/db.py
lancedb/remote/errors.py
lancedb/remote/table.py
tests/test_context.py
tests/test_db.py
tests/test_e2e_remote_db.py
tests/test_embeddings.py
tests/test_fts.py
tests/test_io.py
tests/test_pydantic.py
tests/test_query.py
tests/test_remote_client.py
tests/test_remote_db.py
tests/test_table.py
tests/test_util.py