mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 06:58:35 +00:00
* fix un-flattening of metadata * test should pass * add relnote * change policy: raise an error if both meta and keys are passed * Update document.py * support python 3.8 * adjust wording in the error message
9 lines
282 B
YAML
9 lines
282 B
YAML
---
|
|
|
|
preview:
|
|
- |
|
|
Fix a failure that occurred when creating a document passing the 'meta' keyword
|
|
to the constructor. Raise a specific ValueError if the 'meta' keyword is passed
|
|
along with metadata as keyword arguments, the two options are mutually exclusive
|
|
now.
|