We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0574d6 commit 324fd2cCopy full SHA for 324fd2c
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Next
4
5
+## 1.3.0
6
+
7
### Added
8
- Integrated `json-repair` package to handle and repair invalid JSON generated by LLMs.
9
- Introduced `InvalidJSONError` exception for handling cases where JSON repair fails.
pyproject.toml
@@ -15,7 +15,7 @@
15
16
[tool.poetry]
17
name = "neo4j-graphrag"
18
-version = "1.2.1"
+version = "1.3.0"
19
description = "Python package to allow easy integration to Neo4j's GraphRAG features"
20
authors = ["Neo4j, Inc <team-gen-ai@neo4j.com>"]
21
license = "Apache License, Version 2.0"
0 commit comments