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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,15 @@
4
4
5
5
### Added
6
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.
7
9
- 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.
8
10
11
+
### Fixed
12
+
13
+
- LangChain Chat models compatibility is now working again.
0 commit comments