haystack/releasenotes/notes/rename-text-document-splitter-1e9fcd292c4591dd.yaml
Stefano Fiorucci 063d27c522
refactor!: rename TextDocumentSplitter to DocumentSplitter (#6223)
* rename TextDocumentSplitter to DocumentSplitter

* reno

* fix init
2023-11-03 11:33:20 +01:00

7 lines
191 B
YAML

---
preview:
- |
rename `TextDocumentSplitter` to `DocumentSplitter`, to allow a better
distinction between Components that operate on text and those that operate
on Documents.