mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-01 21:25:58 +08:00
### Summary Fix `DataSet.list_documents(ids=[...])` by passing the ID list through the request parameter mapping, which serializes it as repeated `ids` query parameters. This preserves existing behavior for `ids=[]` as an unfiltered request and for combining `id` with non-empty `ids`, which raises `ValueError`. Add regression coverage for all three cases. Co-authored-by: root <kinsonnee@gmail.com>