Skip to content

Commit d9c0f21

Browse files
committed
CHANGELOG.md
1 parent b86fbee commit d9c0f21

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Next
44

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+
515
## 1.10.0
616

717
### Added
@@ -15,12 +25,6 @@
1525
- 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.
1626

1727

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.
22-
23-
2428
## 1.9.1
2529

2630
### Fixed

0 commit comments

Comments
 (0)