.gitignore
LICENSE
MANIFEST.in
README.md
config.py
main.py
pyproject.toml
requirements.txt
setup.py
test_openapi.py
QuerySUTRA.egg-info/PKG-INFO
QuerySUTRA.egg-info/SOURCES.txt
QuerySUTRA.egg-info/dependency_links.txt
QuerySUTRA.egg-info/requires.txt
QuerySUTRA.egg-info/top_level.txt
examples/quickstart.py
examples/sutra_usage_guide.ipynb
examples/usage_guide.ipynb
sutra/__init__.py
sutra/cache_manager.py
sutra/clear_cache.py
sutra/core.py
sutra/data_loader.py
sutra/database_manager.py
sutra/direct_query.py
sutra/feedback.py
sutra/feedback_matcher.py
sutra/nlp_processor.py
sutra/schema_embeddings.py
sutra/schema_generator.py
sutra/sutra.py
sutra/sutra_client.py
sutra/sutra_core.py
sutra/sutra_simple.py
sutra/visualizer.py
tests/__init__.py
tests/test_modules.py
tests/test_sutra.py
utils/__init__.py
utils/file_utils.py
utils/text_utils.py