Release v0.3.2 (#1034)

This commit is contained in:
Alonso Guevara 2024-08-26 17:57:16 -06:00 committed by GitHub
parent 32c0cdfcc0
commit 75735bd103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 56 additions and 37 deletions

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

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Add neo4j community notebook"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "change-lancedb-placement"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Add context data to query API responses."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Ensure entity types to be str when running prompt tuning"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Fix weight casting during graph extraction"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Add missing config parameter documentation for prompt tuning"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Update query type hints."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Update developer guide."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Patch \"past\" dependency issues"
}

View File

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

View File

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