mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
parent
1c3b0f34c3
commit
1a13e0fd93
@ -5,7 +5,7 @@
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only.",
|
||||
"description": "Allow some CI/CD jobs to skip PRs dedicated to doc updates only.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
|
46
.semversioner/0.9.0.json
Normal file
46
.semversioner/0.9.0.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"description": "Refactor graph creation.",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Dependency updates",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix Global Search with dynamic Community selection bug",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix question gen.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Optimize Final Community Reports calculation and stabilize cache",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "miscellaneous code cleanup and minor changes for better alignment of style across the codebase.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "replace llm package with fnllm",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "replaced md5 hash with sha256",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "replaced md5 hash with sha512",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "update API and add a demonstration notebook",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"created_at": "2024-12-06T20:12:30+00:00",
|
||||
"version": "0.9.0"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Refactor graph creation."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "replace llm package with fnllm"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix Global Search with dynamic Community selection bug"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix question gen."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "miscellaneous code cleanup and minor changes for better alignment of style across the codebase."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "update API and add a demonstration notebook"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Optimize Final Community Reports calculation and stabilize cache"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "replaced md5 hash with sha256"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "replaced md5 hash with sha512"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Dependency updates"
|
||||
}
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
||||
# Changelog
|
||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||
|
||||
## 0.9.0
|
||||
|
||||
- minor: Refactor graph creation.
|
||||
- patch: Dependency updates
|
||||
- patch: Fix Global Search with dynamic Community selection bug
|
||||
- patch: Fix question gen.
|
||||
- patch: Optimize Final Community Reports calculation and stabilize cache
|
||||
- patch: miscellaneous code cleanup and minor changes for better alignment of style across the codebase.
|
||||
- patch: replace llm package with fnllm
|
||||
- patch: replaced md5 hash with sha256
|
||||
- patch: replaced md5 hash with sha512
|
||||
- patch: update API and add a demonstration notebook
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- minor: Data model changes.
|
||||
|
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "graphrag"
|
||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||
version = "0.5.0"
|
||||
version = "0.9.0"
|
||||
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