mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
Release v1.2.0 (#1625)
This commit is contained in:
parent
3defab2ea4
commit
dd884c0ce2
26
.semversioner/1.2.0.json
Normal file
26
.semversioner/1.2.0.json
Normal 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"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "unit tests for text_splitting"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "add cosmosdb vector store"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Set default rate limits."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix example notebooks"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add Drift Reduce response and streaming endpoint"
|
||||
}
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
||||
|
@ -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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user