rag-assistant
Copyright 2026 wUwproject

This product is licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

---

本项目在 `vendor/` 目录内嵌第三方软件。其归属声明如下：

```text
markdownify 1.2.3                 MIT License
beautifulsoup4 4.15.0             MIT License
soupsieve 2.8.4                   MIT License
six 1.17.0                        MIT License
typing_extensions 4.16.0          Python Software Foundation License 2.0
pypdfium2 5.11.0                  Apache-2.0 OR BSD-3-Clause
pypdfium2_cfg 5.11.0              Apache-2.0 OR BSD-3-Clause
pypdfium2_raw 5.11.0              Apache-2.0 OR BSD-3-Clause
  内含 pdfium.dll：PDFium 151.0.7920.0，BSD-3-Clause，Copyright 2014 The PDFium Authors
```

各组件对应的许可正文随组件一并保留，路径如下：

```text
vendor/<包名>-<版本>.dist-info/licenses/...      （各包自带的 NOTICE / LICENSE）
vendor/pypdfium2-5.11.0.dist-info/licenses/      （pypdfium2 全套许可正文，
                                                  含 BUILD_LICENSES/ 下 PDFium
                                                  二进制所捆绑的第三方组件许可）
```

完整清单（含运行期可下载的模型权重及其许可证）见 `vendor/NOTICE.md`。
