haystack/releasenotes/notes/remove-id-hash-document-93e4a589b3fd2aad.yaml

13 lines
346 B
YAML
Raw Normal View History

---
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`