Files
ragflow/api
Mathias Panzenböck b36d9744ae shortcut metadata_condition if there is none (#12835)
### What problem does this PR solve?

If no `metadata_condition` parameter is given then don't load the
metadata of all documents into memory. Instead just pass `doc_ids` as
`None` to the `retrieval()` method, which means to use all documents of
the given datasets.

This is relevant if you have *a lot* of documents!

### Type of change

- [x] Performance Improvement
2026-01-27 12:45:58 +08:00
..
2025-10-18 16:09:48 +08:00
2026-01-26 18:02:44 +08:00
2025-12-10 13:34:08 +08:00