Fix: create dataset remove unnecessary parameter constraints (#7432)

### What problem does this PR solve?

Remove unnecessary parameter restrictions in dataset creation API

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
liu an
2025-04-30 14:50:23 +08:00
committed by GitHub
parent e6c824e606
commit 1f82889001
3 changed files with 5 additions and 16 deletions

View File

@ -429,7 +429,6 @@ curl --request POST \
- `"task_page_size"`: `int` For PDF only.
- Defaults to `12`
- Minimum: `1`
- Maximum: `10000`
- `"raptor"`: `object` RAPTOR-specific settings.
- Defaults to: `{"use_raptor": false}`
- `"graphrag"`: `object` GRAPHRAG-specific settings.