mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-26 05:06:34 +08:00
- Root cause: accessing req.get("dataset_ids") returns None when the key
is absent, causing KeyError.
- Fix: use req.get("dataset_ids", []) to default to empty list.