Release v2.2.1 (#1910)

This commit is contained in:
Alonso Guevara 2025-04-30 18:15:01 -06:00 committed by GitHub
parent 8fb95a6209
commit 56a865bff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 25 additions and 13 deletions

18
.semversioner/2.2.1.json Normal file
View File

@ -0,0 +1,18 @@
{
"changes": [
{
"description": "Fix Community Report prompt tuning response",
"type": "patch"
},
{
"description": "Fix graph creation missing edge weights.",
"type": "patch"
},
{
"description": "Update as workflows",
"type": "patch"
}
],
"created_at": "2025-04-30T23:50:31+00:00",
"version": "2.2.1"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Fix graph creation missing edge weights."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Update as workflows"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Fix Community Report prompt tuning response"
}

View File

@ -1,6 +1,12 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.
## 2.2.1
- patch: Fix Community Report prompt tuning response
- patch: Fix graph creation missing edge weights.
- patch: Update as workflows
## 2.2.0
- minor: Support OpenAI reasoning models.

View File

@ -1,7 +1,7 @@
[tool.poetry]
name = "graphrag"
# Maintainers: do not change the version here manually, use ./scripts/release.sh
version = "2.2.0"
version = "2.2.1"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",