.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
DEVELOPING.md
LICENSE.txt
README.md
TESTING.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-to-test-pypi.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/nludb/__init__.py
src/nludb/classifier.py
src/nludb/embedding_index.py
src/nludb/file.py
src/nludb/models.py
src/nludb/nludb.py
src/nludb.egg-info/PKG-INFO
src/nludb.egg-info/SOURCES.txt
src/nludb.egg-info/dependency_links.txt
src/nludb.egg-info/not-zip-safe
src/nludb.egg-info/requires.txt
src/nludb.egg-info/top_level.txt
src/nludb/api/base.py
src/nludb/examples/__init__.py
src/nludb/examples/anomaly_detection.py
src/nludb/examples/chatbot.py
src/nludb/types/__init__.py
src/nludb/types/async_task.py
src/nludb/types/base.py
src/nludb/types/block_types.py
src/nludb/types/classifier.py
src/nludb/types/classifier_models.py
src/nludb/types/embedding.py
src/nludb/types/embedding_index.py
src/nludb/types/embedding_models.py
src/nludb/types/file.py
src/nludb/types/file_formats.py
src/nludb/types/model.py
src/nludb/types/parsing.py
src/nludb/types/parsing_models.py
src/nludb/types/search.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_classifier.py
tests/test_embedding.py
tests/test_embedding_index.py
tests/test_file.py
tests/test_file_embed.py
tests/test_file_parse.py
tests/test_img.png
tests/test_models.py
tests/test_nludb.py
tests/test_parsing.py
tests/test_snapshots.py