.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/.devcontainer.json
.github/pull_request_template.md
.github/setup.sh
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/package.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
demo/app.py
demo/run.sh
docs/api.md
docs/cli.md
docs/customization.md
docs/future-features-contributions.md
docs/getting-started.md
docs/index.md
docs/step-by-step-guide.md
docs/assets/custom.css
docs/images/Blueprints-logo.png
example_data/1706.03762v7.pdf
example_data/config.yaml
images/Blueprints-logo.png
src/structured_qa/__init__.py
src/structured_qa/cli.py
src/structured_qa/config.py
src/structured_qa/model_loaders.py
src/structured_qa/preprocessing.py
src/structured_qa/workflow.py
src/structured_qa.egg-info/PKG-INFO
src/structured_qa.egg-info/SOURCES.txt
src/structured_qa.egg-info/dependency_links.txt
src/structured_qa.egg-info/entry_points.txt
src/structured_qa.egg-info/requires.txt
src/structured_qa.egg-info/top_level.txt
tests/conftest.py
tests/unit/test_preprocessing.py
tests/unit/test_workflow.py