LICENSE.md
MANIFEST.in
README.rst
pyproject.toml
requirements.core.txt
requirements.txt
setup.py
core_semantic_search_app/__init__.py
core_semantic_search_app/admin.py
core_semantic_search_app/apps.py
core_semantic_search_app/menus.py
core_semantic_search_app/settings.py
core_semantic_search_app/tasks.py
core_semantic_search_app/urls.py
core_semantic_search_app.egg-info/PKG-INFO
core_semantic_search_app.egg-info/SOURCES.txt
core_semantic_search_app.egg-info/dependency_links.txt
core_semantic_search_app.egg-info/requires.txt
core_semantic_search_app.egg-info/top_level.txt
core_semantic_search_app/commons/__init__.py
core_semantic_search_app/commons/exceptions.py
core_semantic_search_app/components/__init__.py
core_semantic_search_app/components/data/__init__.py
core_semantic_search_app/components/data/watch.py
core_semantic_search_app/components/document/__init__.py
core_semantic_search_app/components/document/api.py
core_semantic_search_app/components/document/models.py
core_semantic_search_app/components/model_settings/__init__.py
core_semantic_search_app/components/model_settings/admin_site.py
core_semantic_search_app/components/model_settings/api.py
core_semantic_search_app/components/model_settings/forms.py
core_semantic_search_app/components/model_settings/models.py
core_semantic_search_app/migrations/0001_initial.py
core_semantic_search_app/migrations/0002_modelsettings.py
core_semantic_search_app/migrations/__init__.py
core_semantic_search_app/rest/__init__.py
core_semantic_search_app/rest/urls.py
core_semantic_search_app/rest/views.py
core_semantic_search_app/static/core_semantic_search_app/css/search_box.css
core_semantic_search_app/static/core_semantic_search_app/js/search_box.js
core_semantic_search_app/static/core_semantic_search_app/js/search_box.raw.js
core_semantic_search_app/templates/core_semantic_search_app/user/index.html
core_semantic_search_app/templates/core_semantic_search_app/user/modals/settings.html
core_semantic_search_app/utils/__init__.py
core_semantic_search_app/utils/chunking_utils.py
core_semantic_search_app/utils/model_utils/__init__.py
core_semantic_search_app/utils/model_utils/model_api.py
core_semantic_search_app/utils/model_utils/model_client.py
core_semantic_search_app/utils/model_utils/response.py
core_semantic_search_app/views/__init__.py
core_semantic_search_app/views/user/__init__.py
core_semantic_search_app/views/user/views.py
tests/__init__.py
tests/test_settings.py
tests/tests_unit_apps.py
tests/urls.py
tests/components/__init__.py
tests/components/data/__init__.py
tests/components/data/tests_unit.py
tests/components/document/__init__.py
tests/components/document/tests_unit.py
tests/components/document/tests_unit_tasks.py
tests/components/model_settings/__init__.py
tests/components/model_settings/tests_unit.py
tests/rest/__init__.py
tests/rest/tests_permissions.py
tests/rest/tests_unit.py
tests/utils/__init__.py
tests/utils/tests_unit.py
tests/utils/tests_unit_model_api.py
tests/utils/tests_unit_model_client.py
tests/views/__init__.py
tests/views/user/__init__.py
tests/views/user/tests_unit.py