mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-04 19:59:54 +00:00
Release v0.3.0 (#912)
This commit is contained in:
parent
4b9f268604
commit
f9c1bdd748
30
.semversioner/0.3.0.json
Normal file
30
.semversioner/0.3.0.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"description": "Implement auto templating API.",
|
||||||
|
"type": "minor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Implement query engine API.",
|
||||||
|
"type": "minor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Fix file dumps using json for non ASCII chars",
|
||||||
|
"type": "patch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Stabilize smoke tests for query context building",
|
||||||
|
"type": "patch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "fix query embedding",
|
||||||
|
"type": "patch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "fix sort_context & max_tokens params in verb",
|
||||||
|
"type": "patch"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"created_at": "2024-08-12T23:51:49+00:00",
|
||||||
|
"version": "0.3.0"
|
||||||
|
}
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minor",
|
|
||||||
"description": "Implement query engine API."
|
|
||||||
}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minor",
|
|
||||||
"description": "Implement auto templating API."
|
|
||||||
}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "patch",
|
|
||||||
"description": "fix query embedding"
|
|
||||||
}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "patch",
|
|
||||||
"description": "Fix file dumps using json for non ASCII chars"
|
|
||||||
}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "patch",
|
|
||||||
"description": "Stabilize smoke tests for query context building"
|
|
||||||
}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "patch",
|
|
||||||
"description": "fix sort_context & max_tokens params in verb"
|
|
||||||
}
|
|
||||||
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,12 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
- minor: Implement auto templating API.
|
||||||
|
- minor: Implement query engine API.
|
||||||
|
- patch: Fix file dumps using json for non ASCII chars
|
||||||
|
- patch: Stabilize smoke tests for query context building
|
||||||
|
- patch: fix query embedding
|
||||||
|
- patch: fix sort_context & max_tokens params in verb
|
||||||
|
|
||||||
## 0.2.2
|
## 0.2.2
|
||||||
|
|
||||||
- patch: Add a check if there is no community record added in local search context
|
- patch: Add a check if there is no community record added in local search context
|
||||||
- patch: Add sepparate workflow for Python Tests
|
- patch: Add sepparate workflow for Python Tests
|
||||||
- patch: Docs updates
|
- patch: Docs updates
|
||||||
|
- patch: Run smoke tests on 4o
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "graphrag"
|
name = "graphrag"
|
||||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user