Skip to content

Commit

Permalink
Release 0.4.0 (#52)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG

* Bumped version to 0.4.0
  • Loading branch information
alexthomas93 authored Mar 3, 2025
1 parent e3e31bd commit b2bf14e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

## Next

## 0.4.0

### Changed

- Renamed the `type` property to `role` on `Message` nodes in `Neo4jChatMessageHistory`.
- Updated `GraphCypherQAChain` to use the same schema format as `Neo4jGraph`.
- Replaced code used to query vector and full text indexes in the `vectorstores.neo4j_vector` module with equivalents from the `neo4j-graphrag` package.
- Replaced database schema retrieval code in the `graphs.neo4j_graph` module with equivalents from the `neo4j-graphrag` package.
- Replaced the Cypher queries in `Neo4jChatMessageHistory` with equivalents from the `neo4j-graphrag` package.
- Updated the `construct_schema` function used by the `GraphCypherQAChain` to use schema retrieval functions from the `neo4j-graphrag` package.
- Replaced the legacy `extract_cypher` function with the improved version from `neo4j-graphrag` package.

### Added

- Introduced a `delete_session_node` parameter to the `clear` method in `Neo4jChatMessageHistory` for optional deletion of the `Session` node.
- Updates the `GraphCypherQAChain` to use the same schema format as `Neo4jGraph`.
- Added `neo4j-graphrag` to the dependencies.

## 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion libs/neo4j/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-neo4j"
version = "0.3.0"
version = "0.4.0"
description = "An integration package connecting Neo4j and LangChain"
authors = []
readme = "README.md"
Expand Down

0 comments on commit b2bf14e

Please sign in to comment.