Skip to content

Commit 53b55fc

Browse files
committed
Rebase
1 parent bee8c6e commit 53b55fc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

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

33
## Next
44

5+
### Changed
6+
7+
- Improved log output readability in Retrievers and GraphRAG and added embedded vector to retriever result metadata for debugging.
8+
59
## 1.6.1
610

711
### Added
@@ -12,10 +16,6 @@
1216

1317
- Added `enforce_schema` parameter to `SimpleKGPipeline` for optional schema enforcement.
1418

15-
### Changed
16-
17-
- Improved log output readability in Retrievers and GraphRAG and added embedded vector to retriever result metadata for debugging.
18-
1919

2020
## 1.6.0
2121

@@ -24,7 +24,6 @@
2424
- Added optional schema enforcement as a validation layer after entity and relation extraction.
2525
- Introduced a linear hybrid search ranker for HybridRetriever and HybridCypherRetriever, allowing customizable ranking with an `alpha` parameter.
2626
- Introduced SearchQueryParseError for handling invalid Lucene query strings in HybridRetriever and HybridCypherRetriever.
27-
- 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.
2827

2928
### Fixed
3029

0 commit comments

Comments
 (0)