Skip to content

Commit f427d66

Browse files
committed
Update CHANGELOG
1 parent 64b837d commit f427d66

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@
55
### Added
66

77
- Added optional schema enforcement as a validation layer after entity and relation extraction.
8+
- Introduced a linear hybrid search ranker for HybridRetriever and HybridCypherRetriever, allowing customizable ranking with an `alpha` parameter.
89
- Introduced SearchQueryParseError for handling invalid Lucene query strings in HybridRetriever and HybridCypherRetriever.
910

11+
### Fixed
12+
13+
- Fixed config loading after module reload (usage in jupyter notebooks)
14+
15+
### Changed
16+
17+
- Qdrant retriever now fallbacks on the point ID if the `external_id_property` is not found in the payload.
18+
- Updated a few dependencies, mainly `pypdf`, `anthropic` and `cohere`.
19+
20+
1021
## 1.5.0
1122

1223
### Added
@@ -18,7 +29,7 @@
1829
- Introduced Neo4jMessageHistory and InMemoryMessageHistory classes for managing LLM message histories.
1930
- Added examples and documentation for using message history with Neo4j and in-memory storage.
2031
- Updated LLM and GraphRAG classes to support new message history classes.
21-
- Introduced a linear hybrid search ranker for HybridRetriever and HybridCypherRetriever, allowing customizable ranking with an `alpha` parameter.
32+
2233
### Changed
2334

2435
- Refactored index-related functions for improved compatibility and functionality.
@@ -311,4 +322,3 @@
311322

312323
- Updated documentation to include new custom exceptions.
313324
- Improved the use of Pydantic for input data validation for retriever objects.
314-
- Fixed config loading after module reload (usage in jupyter notebooks)

0 commit comments

Comments
 (0)