Skip to content

Commit a34c760

Browse files
committed
CHANGELOG.md
1 parent 8e72335 commit a34c760

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44

55
### Added
66

7+
- Document node is now always created when running SimpleKGPipeline, even if `from_pdf=False`.
8+
- Document metadata is exposed in SimpleKGPipeline run method.
79
- Added automatic rate limiting with retry logic and exponential backoff for all Embedding providers using tenacity. The `RateLimitHandler` interface allows for custom rate limiting strategies, including the ability to disable rate limiting entirely.
810

11+
### Fixed
12+
13+
- LangChain Chat models compatibility is now working again.
14+
15+
916
## 1.10.0
1017

1118
### Added

0 commit comments

Comments
 (0)