Skip to content

Commit 0916173

Browse files
Merge branch 'main' into md-support
2 parents bdd9ed9 + 83eb963 commit 0916173

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## Next
44

5-
### Fixed
5+
### Added
66

7-
- Fixed a bug where the rate limit handler was not being called on the `VertexAILLM` and `MistralAILLM` `__invoke_v2` and `__ainvoke_v2` methods.
7+
- MarkdownLoader (experimental): added a Markdown loader to support `.md` and `.markdown` files.
8+
9+
### Changed
10+
11+
- SimpleKG pipeline (experimental): the `from_pdf` parameter is deprecated in favor of `from_file` (PDF and Markdown inputs). `from_pdf` still works but emits a deprecation warning and will be removed in a future version.
12+
- Data loaders (experimental): the `PdfDocument` type name is deprecated in favor of `LoadedDocument`; `PdfDocument` remains available as a backward-compatible alias with a deprecation warning.
13+
14+
## 1.14.1
815

916
### Added
1017

@@ -13,13 +20,12 @@
1320

1421
### Changed
1522

16-
- SimpleKG pipeline (experimental): the `from_pdf` parameter is deprecated in favor of `from_file` (PDF and Markdown inputs). `from_pdf` still works but emits a deprecation warning and will be removed in a future version.
17-
- Data loaders (experimental): the `PdfDocument` type name is deprecated in favor of `LoadedDocument`; `PdfDocument` remains available as a backward-compatible alias with a deprecation warning.
1823
- `SchemaExtractionTemplate` prompt updated to explicitly instruct the LLM not to use `__` as a prefix or suffix in node labels or relationship types.
1924

2025
### Fixed
2126

2227
- Fixed `ValueError` in `Neo4jGraphParquetFormatter` when nodes of the same label have mixed property types (e.g. `str` and `int` for the same property), which caused `pa.Table.from_pylist()` to fail. Mixed-type columns are now coerced to a consistent type before Parquet table creation.
28+
- Fixed a bug where the rate limit handler was not being called on the `VertexAILLM` and `MistralAILLM` `__invoke_v2` and `__ainvoke_v2` methods.
2329

2430
## 1.14.0
2531

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[project]
1717
name = "neo4j-graphrag"
18-
version = "1.14.0"
18+
version = "1.14.1"
1919
description = "Python package to allow easy integration to Neo4j's GraphRAG features"
2020
authors = [
2121
{name = "Neo4j, Inc", email = "team-gen-ai@neo4j.com"}

0 commit comments

Comments
 (0)