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
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## Next
4
4
5
+
### Added
6
+
7
+
- Document node is now always created when running SimpleKGPipeline, even if `from_pdf=False`.
8
+
- Document metadata is exposed in SimpleKGPipeline run method.
9
+
10
+
### Fixed
11
+
12
+
- LangChain Chat models compatibility is now working again.
13
+
14
+
5
15
## 1.10.0
6
16
7
17
### Added
@@ -15,12 +25,6 @@
15
25
- Fixed an edge case where the LLM can output a property with type 'map', which was causing errors during import as it is not a valid property type in Neo4j.
16
26
17
27
18
-
### Added
19
-
20
-
- Document node is now always created when running SimpleKGPipeline, even if `from_pdf=False`.
21
-
- Document metadata is exposed in SimpleKGPipeline run method.
0 commit comments