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
* WIP
* Add document info model - move chunk index to TextChunk model
* Update tests to test DocumentInfo
* Update examples
* Update e2e tests, documentation, CHANGELOG
* Remove print
* Add docstrings, remove another print
* Fix tests after merge
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## Next
4
4
5
+
### Changed
6
+
- When saving the lexical graph in a KG creation pipeline, the document is also saved as a specific node, together with relationships between each chunk and the document they were created from.
0 commit comments