mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Release v1.1.0 (#1588)
This commit is contained in:
parent
7ec9ef0261
commit
f000309829
58
.semversioner/1.1.0.json
Normal file
58
.semversioner/1.1.0.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"description": "Make gleanings independent of encoding",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Remove DataShaper (first steps).",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Remove old pipeline runner.",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "new search implemented as a new option for the api",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Fix gleanings loop check",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Implement cosmosdb storage option for cache and output",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Move extractor code to co-locate with operations.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Remove config input models.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Ruff update",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Simplify and streamline internal config.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Simplify callbacks model.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Streamline flows.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "fix instantiation of storage classes.",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"created_at": "2025-01-07T20:25:57+00:00",
|
||||
"version": "1.1.0"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "new search implemented as a new option for the api"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Remove old pipeline runner."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Remove DataShaper (first steps)."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Implement cosmosdb storage option for cache and output"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Streamline flows."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Move extractor code to co-locate with operations."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Simplify and streamline internal config."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix gleanings loop check"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Make gleanings independent of encoding"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Remove config input models."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Ruff update"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "fix instantiation of storage classes."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Simplify callbacks model."
|
||||
}
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,22 @@
|
||||
# Changelog
|
||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- minor: Make gleanings independent of encoding
|
||||
- minor: Remove DataShaper (first steps).
|
||||
- minor: Remove old pipeline runner.
|
||||
- minor: new search implemented as a new option for the api
|
||||
- patch: Fix gleanings loop check
|
||||
- patch: Implement cosmosdb storage option for cache and output
|
||||
- patch: Move extractor code to co-locate with operations.
|
||||
- patch: Remove config input models.
|
||||
- patch: Ruff update
|
||||
- patch: Simplify and streamline internal config.
|
||||
- patch: Simplify callbacks model.
|
||||
- patch: Streamline flows.
|
||||
- patch: fix instantiation of storage classes.
|
||||
|
||||
## 1.0.1
|
||||
|
||||
- patch: Fix encoding model config parsing
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "graphrag"
|
||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
|
||||
authors = [
|
||||
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user