We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da10a8 commit b0914d6Copy full SHA for b0914d6
CHANGELOG.md
@@ -11,7 +11,7 @@
11
- Introduced Neo4jMessageHistory and InMemoryMessageHistory classes for managing LLM message histories.
12
- Added examples and documentation for using message history with Neo4j and in-memory storage.
13
- Updated LLM and GraphRAG classes to support new message history classes.
14
-
+- Introduced a linear hybrid search ranker for HybridRetriever and HybridCypherRetriever, allowing customizable ranking with an `alpha` parameter.
15
### Changed
16
17
- Refactored index-related functions for improved compatibility and functionality.
0 commit comments