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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,15 @@
8
8
### Changed
9
9
- The value associated to the enum field `OnError.IGNORE` has been changed from "CONTINUE" to "IGNORE" to stick to the convention and match the field name.
10
10
11
+
### Added
12
+
- Added `SinglePropertyExactMatchResolver` component allowing to merge entities with exact same property (e.g. name)
13
+
- Added the `SimpleKGPipeline` class, a simplified abstraction layer to streamline knowledge graph building processes from text documents.
14
+
11
15
## 1.0.0a1
12
16
13
17
## 1.0.0a0
14
18
19
+
### Added
15
20
- Added `SinglePropertyExactMatchResolver` component allowing to merge entities with exact same property (e.g. name)
0 commit comments