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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Next
4
4
5
+
### Added
6
+
7
+
- Added support for automatic schema extraction from text using LLMs.
8
+
5
9
## 1.7.0
6
10
7
11
### Added
@@ -11,7 +15,6 @@
11
15
- Added a `Pipeline.stream` method to stream pipeline progress.
12
16
- Added a new semantic match resolver to the KG Builder for entity resolution based on spaCy embeddings and cosine similarities so that nodes with similar textual properties get merged.
13
17
- Added a new fuzzy match resolver to the KG Builder for entity resolution based on RapiFuzz string fuzzy matching.
14
-
- Added support for automatic schema extraction from text using LLMs.
0 commit comments