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 b4ddc92 commit 82d5d48Copy full SHA for 82d5d48
CHANGELOG.md
@@ -7,6 +7,9 @@
7
- Utility functions to retrieve metadata for vector and full-text indexes.
8
- Support for effective_search_ratio parameter in vector and hybrid searches.
9
- Introduced upsert_vectors utility function for batch upserting embeddings to vector indexes.
10
+- Introduced Neo4jMessageHistory and InMemoryMessageHistory classes for managing LLM message histories.
11
+- Added examples and documentation for using message history with Neo4j and in-memory storage.
12
+- Updated LLM and GraphRAG classes to support new message history classes.
13
14
### Changed
15
0 commit comments