.env.example
.gitattributes
.gitignore
CHANGELOG.md
Dockerfile
LICENSE
README.md
pyproject.toml
pytest.ini
requirements.txt
streamlit_app.py
.devcontainer/devcontainer.json
.github/workflows/ci-build.yml
.github/workflows/ci-release.yml
.streamlit/config.toml
docs/README.md
docs/images/screenshot1.png
docs/images/screenshot2.png
document_qa/custom_embeddings.py
document_qa/document_qa_engine.py
document_qa/grobid_processors.py
document_qa/langchain.py
document_qa/ner_client_generic.py
document_qa/deployment/README.md
document_qa/deployment/_embeddings_app.py
document_qa/deployment/modal_embeddings_en.py
document_qa/deployment/modal_embeddings_multilang.py
document_qa/deployment/modal_inference_phi.py
document_qa/deployment/modal_inference_qwen.py
document_qa_engine.egg-info/PKG-INFO
document_qa_engine.egg-info/SOURCES.txt
document_qa_engine.egg-info/dependency_links.txt
document_qa_engine.egg-info/requires.txt
document_qa_engine.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_document_qa_engine.py
tests/test_grobid_processors.py
tests/resources/2312.07559.paragraphs.tei.xml
tests/resources/2312.07559.sentences.tei.xml
tests/resources/__init__.py