Skip to content

Commit e08d24a

Browse files
authored
Updated changelog (#172)
* Updated changelog * Added SimpleKGPipeline to changelog
1 parent 88baae9 commit e08d24a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@
88
### Changed
99
- 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.
1010

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+
1115
## 1.0.0a1
1216

1317
## 1.0.0a0
1418

19+
### Added
1520
- Added `SinglePropertyExactMatchResolver` component allowing to merge entities with exact same property (e.g. name)
1621

1722
## 0.7.0

0 commit comments

Comments
 (0)