mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
parent
fbf11f3a7b
commit
c8621477ed
46
.semversioner/2.2.0.json
Normal file
46
.semversioner/2.2.0.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"description": "Support OpenAI reasoning models.",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Add option to snapshot raw extracted graph tables.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Added batching logic to the prompt tuning autoselection embeddings workflow",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Align config classes and docs better.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Align embeddings table loading with configured fields.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Brings parity with our latest NLP extraction approaches.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix fnllm to 0.2.3",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fixes to basic search.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Update llm args for consistency.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "add vector store integration tests",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"created_at": "2025-04-25T23:30:57+00:00",
|
||||
"version": "2.2.0"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Support OpenAI reasoning models."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Update llm args for consistency."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Align config classes and docs better."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Added batching logic to the prompt tuning autoselection embeddings workflow"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix fnllm to 0.2.3"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "add vector store integration tests"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Brings parity with our latest NLP extraction approaches."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add option to snapshot raw extractd graph tables."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Align embeddings table loading with configured fields."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fixes to basic search."
|
||||
}
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
||||
# Changelog
|
||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||
|
||||
## 2.2.0
|
||||
|
||||
- minor: Support OpenAI reasoning models.
|
||||
- patch: Add option to snapshot raw extracted graph tables.
|
||||
- patch: Added batching logic to the prompt tuning autoselection embeddings workflow
|
||||
- patch: Align config classes and docs better.
|
||||
- patch: Align embeddings table loading with configured fields.
|
||||
- patch: Brings parity with our latest NLP extraction approaches.
|
||||
- patch: Fix fnllm to 0.2.3
|
||||
- patch: Fixes to basic search.
|
||||
- patch: Update llm args for consistency.
|
||||
- patch: add vector store integration tests
|
||||
|
||||
## 2.1.0
|
||||
|
||||
- minor: Add support for JSON input files.
|
||||
|
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "graphrag"
|
||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
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