.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/build-docsite.yml
.github/workflows/build-sphinx-to-gh-pages.yml
docs/.nojekyll
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
nbs/NLUDB Demo.ipynb
nbs/cover-letter.png
nbs/demo-snapshot.ipynb
nbs/test.mp3
nbs/test.png
share/jupyter/kernels/python3/kernel.json
share/jupyter/kernels/python3/logo-32x32.png
share/jupyter/kernels/python3/logo-64x64.png
share/man/man1/ipython.1.gz
src/nludb/__init__.py
src/nludb/classifier.py
src/nludb/corpus.py
src/nludb/embedding_index.py
src/nludb/file.py
src/nludb/models.py
src/nludb/nludb.py
src/nludb/tasks.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/acr_models.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/corpus.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/ocr_models.py
src/nludb/types/parsing.py
src/nludb/types/parsing_models.py
src/nludb/types/search.py
src/nludb/types/tag.py
src/nludb/types/tagging.py
src/nludb/types/tagging_models.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_classifier.py
tests/test_corpus.py
tests/test_embedding.py
tests/test_embedding_index.py
tests/test_file.py
tests/test_file_embed.py
tests/test_file_ocr.py
tests/test_file_parse.py
tests/test_file_scrape.py
tests/test_file_tags.py
tests/test_img.png
tests/test_models.py
tests/test_nludb.py
tests/test_parsing.py
tests/test_snapshots.py
tests/test_task_comments.py