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
Improved schema definition in the SimpleKGPipeline (#176)
* some tests
* Simplify
* Remove SchemaEntity/SchemaRelation as valid inputs in SimpleKGPipeline
(not "simple")
* Fix mypy
* Fix ruff
* Ruff again
* Ruff again
* Update tests, examples and CHANGELOG
* Fix mypy again N
* Update type, switch to model_validate method due to typing issues
* Ruff
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Added
6
6
- Introduced optional lexical graph configuration for SimpleKGPipeline, enhancing flexibility in customizing node labels and relationship types in the lexical graph.
7
+
- Ability to provide description and list of properties for entities and relations in the SimpleKGPipeline constructor.
0 commit comments