You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Next
4
4
5
+
### Changed
6
+
- Changed the default behaviour of `FixedSizeSplitter` to avoid words cut-off in the chunks whenever it is possible.
7
+
8
+
5
9
## 1.4.2
6
10
7
11
### Fixed
@@ -28,7 +32,6 @@
28
32
### Changed
29
33
- Updated LLM implementations to handle message history consistently across providers.
30
34
- 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.
32
35
33
36
### Fixed
34
37
- 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