Skip to content

Commit

Permalink
Updated changelog (#172)
Browse files Browse the repository at this point in the history
* Updated changelog

* Added SimpleKGPipeline to changelog
  • Loading branch information
alexthomas93 authored Oct 8, 2024
1 parent 88baae9 commit e08d24a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e08d24a

Please sign in to comment.