chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:08:54 +08:00
commit 4a4a1fed67
721 changed files with 262090 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
"""Document parsing layer.
Sub-packages and modules:
- ``routing``: parser engine selection and per-file parser directives.
- ``debug``: minimal ``LightRAG`` stand-in for offline parser debugging.
- ``cli``: ``python -m lightrag.parser.cli`` entry point for single-file
parser debugging across all engines.
- ``docx``: native ``.docx`` parser. Additional native format parsers
should live as sibling sub-packages here (e.g. ``parser/pdf/``).
- ``external``: adapters for external parsing services (``mineru``,
``docling``) that post to a remote API and cache the raw bundle.
"""