Files
ragflow/sdk/python
WOLIKIMCHENG 8a7c4226ce fix(sdk): filter documents by multiple IDs (#18790)
### 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>
2026-08-26 18:58:09 +08:00
..