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
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Next
4
4
5
+
### Changed
6
+
7
+
- Improved log output readability in Retrievers and GraphRAG and added embedded vector to retriever result metadata for debugging.
8
+
5
9
## 1.6.1
6
10
7
11
### Added
@@ -12,14 +16,14 @@
12
16
13
17
- Added `enforce_schema` parameter to `SimpleKGPipeline` for optional schema enforcement.
14
18
19
+
15
20
## 1.6.0
16
21
17
22
### Added
18
23
19
24
- Added optional schema enforcement as a validation layer after entity and relation extraction.
20
25
- Introduced a linear hybrid search ranker for HybridRetriever and HybridCypherRetriever, allowing customizable ranking with an `alpha` parameter.
21
26
- Introduced SearchQueryParseError for handling invalid Lucene query strings in HybridRetriever and HybridCypherRetriever.
22
-
- Components can now be called with the `run_with_context` method that gets an extra `context_` argument containing information about the pipeline it's run from: the `run_id`, `task_name` and a `notify` function that can be used to send `TASK_PROGRESS` events to the same callback as the pipeline events.
0 commit comments