Release v1.2.0 (#1625)

This commit is contained in:
Alonso Guevara 2025-01-15 15:49:07 -06:00 committed by GitHub
parent 3defab2ea4
commit dd884c0ce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 36 additions and 22 deletions

26
.semversioner/1.2.0.json Normal file
View File

@ -0,0 +1,26 @@
{
"changes": [
{
"description": "Add Drift Reduce response and streaming endpoint",
"type": "minor"
},
{
"description": "add cosmosdb vector store",
"type": "minor"
},
{
"description": "Fix example notebooks",
"type": "patch"
},
{
"description": "Set default rate limits.",
"type": "patch"
},
{
"description": "unit tests for text_splitting",
"type": "patch"
}
],
"created_at": "2025-01-15T20:32:00+00:00",
"version": "1.2.0"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "unit tests for text_splitting"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "add cosmosdb vector store"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Set default rate limits."
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Fix example notebooks"
}

View File

@ -1,4 +0,0 @@
{
"type": "patch",
"description": "Add Drift Reduce response and streaming endpoint"
}

View File

@ -1,7 +1,15 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.
## 1.1.2
## 1.2.0
- minor: Add Drift Reduce response and streaming endpoint
- minor: add cosmosdb vector store
- patch: Fix example notebooks
- patch: Set default rate limits.
- patch: unit tests for text_splitting
## 1.2.0
- patch: Basic Rag minor fix

View File

@ -1,7 +1,7 @@
[tool.poetry]
name = "graphrag"
# Maintainers: do not change the version here manually, use ./scripts/release.sh
version = "1.1.2"
version = "1.2.0"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",