mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
Release v0.3.2 (#1034)
This commit is contained in:
parent
32c0cdfcc0
commit
75735bd103
42
.semversioner/0.3.2.json
Normal file
42
.semversioner/0.3.2.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"description": "Add context data to query API responses.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add missing config parameter documentation for prompt tuning",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add neo4j community notebook",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Ensure entity types to be str when running prompt tuning",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix weight casting during graph extraction",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Patch \"past\" dependency issues",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Update developer guide.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Update query type hints.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "change-lancedb-placement",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"created_at": "2024-08-26T23:43:01+00:00",
|
||||
"version": "0.3.2"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add neo4j community notebook"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "change-lancedb-placement"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add context data to query API responses."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Ensure entity types to be str when running prompt tuning"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix weight casting during graph extraction"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add missing config parameter documentation for prompt tuning"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Update query type hints."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Update developer guide."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Patch \"past\" dependency issues"
|
||||
}
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,6 +1,18 @@
|
||||
# Changelog
|
||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||
|
||||
## 0.3.2
|
||||
|
||||
- patch: Add context data to query API responses.
|
||||
- patch: Add missing config parameter documentation for prompt tuning
|
||||
- patch: Add neo4j community notebook
|
||||
- patch: Ensure entity types to be str when running prompt tuning
|
||||
- patch: Fix weight casting during graph extraction
|
||||
- patch: Patch "past" dependency issues
|
||||
- patch: Update developer guide.
|
||||
- patch: Update query type hints.
|
||||
- patch: change-lancedb-placement
|
||||
|
||||
## 0.3.1
|
||||
|
||||
- patch: Add preflight check to check LLM connectivity.
|
||||
|
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "graphrag"
|
||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
description = ""
|
||||
authors = [
|
||||
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
||||
@ -9,6 +9,7 @@ authors = [
|
||||
"Chris Trevino <chtrevin@microsoft.com>",
|
||||
"David Tittsworth <datittsw@microsoft.com>",
|
||||
"Dayenne de Souza <ddesouza@microsoft.com>",
|
||||
"Derek Worthen <deworthe@microsoft.com>",
|
||||
"Gaudy Blanco Meneses <gaudyb@microsoft.com>",
|
||||
"Ha Trinh <trinhha@microsoft.com>",
|
||||
"Jonathan Larson <jolarso@microsoft.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user