docs: Added contributor and project statistics sections to the multilingual READMEs

This commit is contained in:
begoniezhao
2025-11-03 17:14:41 +08:00
parent 6d547131b6
commit 0d790ffedc
3 changed files with 48 additions and 0 deletions

View File

@@ -325,7 +325,23 @@ test: Add retrieval engine test cases
refactor: Restructure document parsing module
```
## 👥 Contributors
Thanks to these excellent contributors:
[![Contributors](https://contrib.rocks/image?repo=Tencent/WeKnora)](https://github.com/Tencent/WeKnora/graphs/contributors)
## 📄 License
This project is licensed under the [MIT License](./LICENSE).
You are free to use, modify, and distribute the code with proper attribution.
## 📈 Project Statistics
<a href="https://www.star-history.com/#Tencent/WeKnora&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Tencent/WeKnora&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Tencent/WeKnora&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Tencent/WeKnora&type=date&legend=top-left" />
</picture>
</a>