diff --git a/.semversioner/2.2.0.json b/.semversioner/2.2.0.json new file mode 100644 index 00000000..63ea61ce --- /dev/null +++ b/.semversioner/2.2.0.json @@ -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" +} \ No newline at end of file diff --git a/.semversioner/next-release/minor-20250325000101658359.json b/.semversioner/next-release/minor-20250325000101658359.json deleted file mode 100644 index d525e084..00000000 --- a/.semversioner/next-release/minor-20250325000101658359.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "minor", - "description": "Support OpenAI reasoning models." -} diff --git a/.semversioner/next-release/patch-20250304195925818723.json b/.semversioner/next-release/patch-20250304195925818723.json deleted file mode 100644 index 896fcade..00000000 --- a/.semversioner/next-release/patch-20250304195925818723.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Update llm args for consistency." -} diff --git a/.semversioner/next-release/patch-20250318015236952876.json b/.semversioner/next-release/patch-20250318015236952876.json deleted file mode 100644 index 0b591ec7..00000000 --- a/.semversioner/next-release/patch-20250318015236952876.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Align config classes and docs better." -} diff --git a/.semversioner/next-release/patch-20250319182609055856.json b/.semversioner/next-release/patch-20250319182609055856.json deleted file mode 100644 index 87cc8a25..00000000 --- a/.semversioner/next-release/patch-20250319182609055856.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Added batching logic to the prompt tuning autoselection embeddings workflow" -} diff --git a/.semversioner/next-release/patch-20250322015033893577.json b/.semversioner/next-release/patch-20250322015033893577.json deleted file mode 100644 index 770f9b23..00000000 --- a/.semversioner/next-release/patch-20250322015033893577.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix fnllm to 0.2.3" -} diff --git a/.semversioner/next-release/patch-20250331184323312702.json b/.semversioner/next-release/patch-20250331184323312702.json deleted file mode 100644 index 6fa5ad4e..00000000 --- a/.semversioner/next-release/patch-20250331184323312702.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "add vector store integration tests" -} diff --git a/.semversioner/next-release/patch-20250422210800599071.json b/.semversioner/next-release/patch-20250422210800599071.json deleted file mode 100644 index 9924cade..00000000 --- a/.semversioner/next-release/patch-20250422210800599071.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Brings parity with our latest NLP extraction approaches." -} diff --git a/.semversioner/next-release/patch-20250422215029679348.json b/.semversioner/next-release/patch-20250422215029679348.json deleted file mode 100644 index 0677145b..00000000 --- a/.semversioner/next-release/patch-20250422215029679348.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Add option to snapshot raw extractd graph tables." -} diff --git a/.semversioner/next-release/patch-20250422232634719243.json b/.semversioner/next-release/patch-20250422232634719243.json deleted file mode 100644 index e0c37a2e..00000000 --- a/.semversioner/next-release/patch-20250422232634719243.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Align embeddings table loading with configured fields." -} diff --git a/.semversioner/next-release/patch-20250423234829757628.json b/.semversioner/next-release/patch-20250423234829757628.json deleted file mode 100644 index 7af4894f..00000000 --- a/.semversioner/next-release/patch-20250423234829757628.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fixes to basic search." -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caa58a0..35f36ecb 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/pyproject.toml b/pyproject.toml index c39b8492..8b222384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",