Release v0.4.1 (#1387)

* Release v0.4.1

* Spellcheck
This commit is contained in:
Alonso Guevara 2024-11-08 17:59:57 -06:00 committed by GitHub
parent 20c120288b
commit ba50caab4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 46 additions and 31 deletions

34
.semversioner/0.4.1.json Normal file
View 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"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "add visualization guide to doc site"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "fix streaming output error"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Fix a file paths issue in the viz guide."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Fix optional covariates update in incremental indexing"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Raise error on empty deltas for inc indexing"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Add update cli entrypoint for incremental indexing"
}

View File

@ -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

View File

@ -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>",