We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae7579 commit 72a6e88Copy full SHA for 72a6e88
CHANGELOG.md
@@ -24,6 +24,7 @@
24
- Support for conversations with message history, including a new `message_history` parameter for LLM interactions.
25
- Ability to include system instructions in LLM invoke method.
26
- Summarization of chat history to enhance query embedding and context handling in GraphRAG.
27
+- Support for thresholding on vector and fulltext indexes in Hybrid retrievers, enabling users to set importance levels for search results.
28
29
### Changed
30
- Updated LLM implementations to handle message history consistently across providers.
0 commit comments