mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 18:29:32 +00:00
13 lines
346 B
YAML
13 lines
346 B
YAML
---
|
|
preview:
|
|
- |
|
|
Remove `id_hash_keys` field from `Document` dataclass.
|
|
`id_hash_keys` has been also removed from Components that were using it:
|
|
* `DocumentCleaner`
|
|
* `TextDocumentSplitter`
|
|
* `PyPDFToDocument`
|
|
* `AzureOCRDocumentConverter`
|
|
* `HTMLToDocument`
|
|
* `TextFileToDocument`
|
|
* `TikaDocumentConverter`
|