mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 00:30:09 +00:00
7 lines
264 B
YAML
7 lines
264 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Change `DocumentWriter` default `policy` from `DuplicatePolicy.FAIL` to `DuplicatePolicy.NONE`.
|
|
The `DocumentStore` protocol uses the same default so that different Document Stores can choose
|
|
the default policy that better fit.
|