.coveragerc
.gitignore
COMMERCIAL-LICENSE.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/release.yml
.github/workflows/actions.yml
.github/workflows/coveralls.yml
.github/workflows/mkdocs-deploy.yml
.github/workflows/publish.yml
.vscode/settings.json
docs/index.md
docs/assets/nerxiv.svg
docs/assets/nerxiv_logo.png
docs/assets/nerxiv_logo_name.png
docs/assets/drawio/dft_dmft.drawio
docs/assets/drawio/package_workflow.drawio
docs/assets/drawio/package_workflow.drawio.png
docs/assets/drawio/rag_classes.drawio
docs/assets/drawio/rag_simplified.drawio
docs/assets/drawio/rag_simplified.drawio.png
docs/assets/fonts/Satoshi-Medium.woff
docs/assets/fonts/Satoshi-Variable.ttf
docs/assets/fonts/Satoshi-VariableItalic.ttf
docs/explanations/prompt_engineering.md
docs/explanations/semantic_retrieval.md
docs/explanations/understanding_chunking.md
docs/explanations/what_is_rag.md
docs/howtos/adjust_llm_parameters.md
docs/howtos/configure_retrieval_models.md
docs/howtos/create_custom_prompts.md
docs/howtos/customize_chunking.md
docs/howtos/use_different_llm_models.md
docs/references/api.md
docs/references/glossary.md
docs/stylesheets/extra.css
docs/tutorials/rag_extractor_tutorial.md
nerxiv/__init__.py
nerxiv/_version.py
nerxiv/chunker.py
nerxiv/logger.py
nerxiv.egg-info/PKG-INFO
nerxiv.egg-info/SOURCES.txt
nerxiv.egg-info/dependency_links.txt
nerxiv.egg-info/entry_points.txt
nerxiv.egg-info/requires.txt
nerxiv.egg-info/top_level.txt
nerxiv/cli/__init__.py
nerxiv/cli/cli.py
nerxiv/datamodel/__init__.py
nerxiv/datamodel/analytical_continuation.py
nerxiv/datamodel/base_section.py
nerxiv/datamodel/crystal_structure.py
nerxiv/datamodel/dft.py
nerxiv/datamodel/dmft.py
nerxiv/datamodel/example.json
nerxiv/datamodel/interactions.py
nerxiv/datamodel/projection.py
nerxiv/parsing/__init__.py
nerxiv/prompts/__init__.py
nerxiv/prompts/filters_registry.py
nerxiv/prompts/prompts.py
nerxiv/prompts/prompts_registry.py
nerxiv/rag/__init__.py
nerxiv/rag/agents.py
nerxiv/rag/generator.py
nerxiv/rag/retriever.py
nerxiv/utils/__init__.py
nerxiv/utils/caching.py
nerxiv/utils/utils.py
tests/__init__.py
tests/conftest.py
tests/test_chunker.py
tests/test_logger.py
tests/cli/test_cli.py
tests/data/2502.12144v1.pdf
tests/data/no_pdf_paper.txt
tests/data/sample.pdf
tests/prompts/test_prompts.py
tests/rag/test_agents.py
tests/rag/test_generator.py
tests/rag/test_retriever.py
tests/utils/test_caching.py
tests/utils/test_utils.py
tutorials/script.py
tutorials/tutorial01_extracting-text-arxiv-paper.py