mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-24 22:17:13 +00:00
parent
20c120288b
commit
ba50caab4d
34
.semversioner/0.4.1.json
Normal file
34
.semversioner/0.4.1.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"description": "Add update cli entrypoint for incremental indexing",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix a file paths issue in the viz guide.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix optional covariates update in incremental indexing",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Raise error on empty deltas for inc indexing",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "add visualization guide to doc site",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "fix streaming output error",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"created_at": "2024-11-08T23:13:05+00:00",
|
||||
"version": "0.4.1"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "add visualization guide to doc site"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "fix streaming output error"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix a file paths issue in the viz guide."
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix optional covariates update in incremental indexing"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Raise error on empty deltas for inc indexing"
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add update cli entrypoint for incremental indexing"
|
||||
}
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,13 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||
|
||||
## 0.4.1
|
||||
|
||||
- patch: Add update cli entrypoint for incremental indexing
|
||||
- patch: Allow some CI/CD jobs to skip PRs dedicated to doc updates only.
|
||||
- patch: Fix a file paths issue in the viz guide.
|
||||
- patch: Fix optional covariates update in incremental indexing
|
||||
- patch: Raise error on empty deltas for inc indexing
|
||||
- patch: add visualization guide to doc site
|
||||
- patch: fix streaming output error
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- minor: Add Incremental Indexing
|
||||
- minor: Added DRIFT graph reasoning query module
|
||||
- minor: embeddings moved to a different workflow
|
||||
- minor: Add DRIFT search cli and example notebook
|
||||
- patch: Add DRIFT search cli and example notebook
|
||||
- patch: Add config for incremental updates
|
||||
- patch: Add embeddings to subflow.
|
||||
- patch: Add naive community merge using time period
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "graphrag"
|
||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||
version = "0.4.0"
|
||||
version = "0.4.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