Docs: RAGFlow does not suppport batch metadata setting (#7795)

### 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._

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-22 17:02:23 +08:00
committed by GitHub
parent 02fd381072
commit 1fd92e6bee
8 changed files with 18 additions and 14 deletions

View File

@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 0
slug: /set_metada
---
@ -19,4 +19,10 @@ For example, if you have a dataset of HTML files and want the LLM to cite the so
Ensure that your metadata is in JSON format; otherwise, your updates will not be applied.
:::
![Image](https://github.com/user-attachments/assets/379cf2c5-4e37-4b79-8aeb-53bf8e01d326)
![Image](https://github.com/user-attachments/assets/379cf2c5-4e37-4b79-8aeb-53bf8e01d326)
## Frequently asked questions
### Can I set metadata for multiple documents at once?
No, RAGFlow does not support batch metadata setting. If you still consider this feature essential, please [raise an issue](https://github.com/infiniflow/ragflow/issues) explaining your use case and its importance.