Skip to content

Commit 5340073

Browse files
Fix CHANGELOG (#253)
1 parent 191b1b1 commit 5340073

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next
44

5+
### Changed
6+
- Changed the default behaviour of `FixedSizeSplitter` to avoid words cut-off in the chunks whenever it is possible.
7+
8+
59
## 1.4.2
610

711
### Fixed
@@ -28,7 +32,6 @@
2832
### Changed
2933
- Updated LLM implementations to handle message history consistently across providers.
3034
- The `id_prefix` parameter in the `LexicalGraphConfig` is deprecated.
31-
- Changed the default behaviour of `FixedSizeSplitter` to avoid words cut-off in the chunks whenever it is possible.
3235

3336
### Fixed
3437
- IDs for the Document and Chunk nodes in the lexical graph are now randomly generated and unique across multiple runs, fixing issues in the lexical graph where relationships were created between chunks that were created by different pipeline runs.

0 commit comments

Comments
 (0)