From e08d24a5a908b96ad518abe8d77e7d42799c447e Mon Sep 17 00:00:00 2001 From: Alex Thomas Date: Tue, 8 Oct 2024 11:08:26 +0100 Subject: [PATCH] Updated changelog (#172) * Updated changelog * Added SimpleKGPipeline to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56a091a..33f76d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,15 @@ ### Changed - 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. +### Added +- Added `SinglePropertyExactMatchResolver` component allowing to merge entities with exact same property (e.g. name) +- Added the `SimpleKGPipeline` class, a simplified abstraction layer to streamline knowledge graph building processes from text documents. + ## 1.0.0a1 ## 1.0.0a0 +### Added - Added `SinglePropertyExactMatchResolver` component allowing to merge entities with exact same property (e.g. name) ## 0.7.0