Files
ragflow/api/apps
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
..
2026-01-15 17:46:21 +08:00
2025-12-12 10:23:40 +08:00
2025-12-22 16:47:21 +08:00