.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
DEVELOPING.md
LICENSE.txt
README.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/embedding_index.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/chatbot.py
src/nludb/types/__init__.py
src/nludb/types/base.py
src/nludb/types/embedding_index.py
src/nludb/types/search.py
tests/conftest.py
tests/test_nludb.py