mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
Release v2.2.1 (#1910)
This commit is contained in:
parent
8fb95a6209
commit
56a865bff0
18
.semversioner/2.2.1.json
Normal file
18
.semversioner/2.2.1.json
Normal 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"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix graph creation missing edge weights."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Update as workflows"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix Community Report prompt tuning response"
|
||||
}
|
@ -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.
|
||||
|
@ -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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user