KevinHuSh
commited on
Commit
·
93339b0
1
Parent(s):
1cc57ab
for issue https://github.com/infiniflow/ragflow/issues/190 (#192)
Browse files### What problem does this PR solve?
_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._
Issue link:#[[Link the issue
here](https://github.com/infiniflow/ragflow/issues/190)]
### Type of change
- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Breaking Change (fix or feature that could cause existing
functionality not to work as expected)
- [x] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Test cases
- [ ] Python SDK impacted, Need to update PyPI
- [ ] Other (please describe):
- README.md +1 -1
- README_zh.md +1 -1
README.md
CHANGED
@@ -178,4 +178,4 @@ See the [RAGFlow Roadmap 2024](https://github.com/infiniflow/ragflow/issues/162)
|
|
178 |
|
179 |
## 🙌 Contributing
|
180 |
|
181 |
-
RAGFlow flourishes via open-source collaboration. In this spirit, we embrace diverse contributions from the community. If you would like to be a part, review our [Contribution Guidelines](https://github.com/infiniflow/ragflow/blob/main/CONTRIBUTING.md) first.
|
|
|
178 |
|
179 |
## 🙌 Contributing
|
180 |
|
181 |
+
RAGFlow flourishes via open-source collaboration. In this spirit, we embrace diverse contributions from the community. If you would like to be a part, review our [Contribution Guidelines](https://github.com/infiniflow/ragflow/blob/main/docs/CONTRIBUTING.md) first.
|
README_zh.md
CHANGED
@@ -178,7 +178,7 @@ $ docker compose up -d
|
|
178 |
|
179 |
## 🙌 贡献指南
|
180 |
|
181 |
-
RAGFlow 只有通过开源协作才能蓬勃发展。秉持这一精神,我们欢迎来自社区的各种贡献。如果您有意参与其中,请查阅我们的[贡献者指南](https://github.com/infiniflow/ragflow/blob/main/CONTRIBUTING.md)。
|
182 |
|
183 |
## 👥 加入社区
|
184 |
|
|
|
178 |
|
179 |
## 🙌 贡献指南
|
180 |
|
181 |
+
RAGFlow 只有通过开源协作才能蓬勃发展。秉持这一精神,我们欢迎来自社区的各种贡献。如果您有意参与其中,请查阅我们的[贡献者指南](https://github.com/infiniflow/ragflow/blob/main/docs/CONTRIBUTING.md)。
|
182 |
|
183 |
## 👥 加入社区
|
184 |
|