mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-03 18:36:04 +00:00
* fix handling id_hash_keys * reno * handle empty id_hash_keys in post_init * fix * reno * test
6 lines
175 B
YAML
6 lines
175 B
YAML
---
|
|
preview:
|
|
- |
|
|
The Document dataclass checks if `id_hash_keys` is None or empty in
|
|
__post_init__. If so, it uses the default factory to set a default valid value.
|