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
50 changes: 50 additions & 0 deletions .semversioner/3.0.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"changes": [
{
"description": "Add filtering, timestamp explosion, insert/count/remove/update operations to vector store API. Add top-level vector_size config to VectorStoreConfig.",
"type": "patch"
},
{
"description": "add csv table smoke tests",
"type": "patch"
},
{
"description": "add manual release instructions",
"type": "patch"
},
{
"description": "add streamming to the two first workflows",
"type": "patch"
},
{
"description": "add support for cosmosdb output",
"type": "patch"
},
{
"description": "create_communities streaming",
"type": "patch"
},
{
"description": "create_final_documents streaming",
"type": "patch"
},
{
"description": "create_final_text_units streaming",
"type": "patch"
},
{
"description": "finalize_graph streaming",
"type": "patch"
},
{
"description": "generate_text_embeddings streaming",
"type": "patch"
},
{
"description": "write stats.json per workflow",
"type": "patch"
}
],
"created_at": "2026-02-24T20:13:49+00:00",
"version": "3.0.3"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260212002508389038.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 3.0.3

- patch: Add filtering, timestamp explosion, insert/count/remove/update operations to vector store API. Add top-level vector_size config to VectorStoreConfig.
- patch: add csv table smoke tests
- patch: add manual release instructions
- patch: add streamming to the two first workflows
- patch: add support for cosmosdb output
- patch: create_communities streaming
- patch: create_final_documents streaming
- patch: create_final_text_units streaming
- patch: finalize_graph streaming
- patch: generate_text_embeddings streaming
- patch: write stats.json per workflow

## 3.0.2

- patch: Add CSVTableProvider
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-cache/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-cache"
version = "3.0.2"
version = "3.0.3"
description = "GraphRAG cache package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-chunking/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-chunking"
version = "3.0.2"
version = "3.0.3"
description = "Chunking utilities for GraphRAG"
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-common"
version = "3.0.2"
version = "3.0.3"
description = "Common utilities and types for GraphRAG"
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-input/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-input"
version = "3.0.2"
version = "3.0.3"
description = "Input document loading utilities for GraphRAG"
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-llm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-llm"
version = "3.0.2"
version = "3.0.3"
description = "GraphRAG LLM package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-storage"
version = "3.0.2"
version = "3.0.3"
description = "GraphRAG storage package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-vectors/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-vectors"
version = "3.0.2"
version = "3.0.3"
description = "GraphRAG vector store package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "graphrag"
# Maintainers: do not change the version here manually
version = "3.0.2"
version = "3.0.3"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
Loading