mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
parent
37fd7a7762
commit
e69abc7f5d
10
.semversioner/1.1.2.json
Normal file
10
.semversioner/1.1.2.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"description": "Basic Rag minor fix",
|
||||||
|
"type": "patch"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"created_at": "2025-01-09T22:29:23+00:00",
|
||||||
|
"version": "1.2.0"
|
||||||
|
}
|
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minor",
|
|
||||||
"description": "small bug fix"
|
|
||||||
}
|
|
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||||
|
|
||||||
|
## 1.1.2
|
||||||
|
|
||||||
|
- patch: Basic Rag minor fix
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
- patch: Fix a bug on creating community hierarchy for dynamic search
|
- patch: Fix a bug on creating community hierarchy for dynamic search
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "graphrag"
|
name = "graphrag"
|
||||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
|
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
|
||||||
authors = [
|
authors = [
|
||||||
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user