Skip to content

Commit aa467f4

Browse files
Release v1.0.1 (#1534)
1 parent cfe2082 commit aa467f4

File tree

7 files changed

+30
-17
lines changed

7 files changed

+30
-17
lines changed

.semversioner/1.0.1.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Fix encoding model config parsing",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Fix exception on error callbacks",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Manage llm instances inside a cached singleton. Check for empty dfs after entity/relationship extraction",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Respect encoding_model option",
17+
"type": "patch"
18+
}
19+
],
20+
"created_at": "2024-12-18T23:12:52+00:00",
21+
"version": "1.0.1"
22+
}

.semversioner/next-release/patch-20241212081432148181.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241216204053395000.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241216223430364521.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241218221915558063.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 1.0.1
5+
6+
- patch: Fix encoding model config parsing
7+
- patch: Fix exception on error callbacks
8+
- patch: Manage llm instances inside a cached singleton. Check for empty dfs after entity/relationship extraction
9+
- patch: Respect encoding_model option
10+
411
## 1.0.0
512

613
- patch: Add Parent id to communities data model

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "1.0.0"
4+
version = "1.0.1"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)