Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .semversioner/2.2.0.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/minor-20250325000101658359.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250304195925818723.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250318015236952876.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250319182609055856.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250322015033893577.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250331184323312702.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250422210800599071.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250422215029679348.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250422232634719243.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20250423234829757628.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down
Loading