haystack/releasenotes/notes/remove-id-hash-document-93e4a589b3fd2aad.yaml
Silvano Cerza 8f289282f1
refactor: Remove id_hash_keys field from Document (#6127)
* Remove id_hash_fields from Document

* Update release notes

* Remove unused import
2023-10-23 10:35:24 +02:00

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`