-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ec9ef0
commit f000309
Showing
16 changed files
with
75 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"description": "Make gleanings independent of encoding", | ||
"type": "minor" | ||
}, | ||
{ | ||
"description": "Remove DataShaper (first steps).", | ||
"type": "minor" | ||
}, | ||
{ | ||
"description": "Remove old pipeline runner.", | ||
"type": "minor" | ||
}, | ||
{ | ||
"description": "new search implemented as a new option for the api", | ||
"type": "minor" | ||
}, | ||
{ | ||
"description": "Fix gleanings loop check", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Implement cosmosdb storage option for cache and output", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Move extractor code to co-locate with operations.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Remove config input models.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Ruff update", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Simplify and streamline internal config.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Simplify callbacks model.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Streamline flows.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "fix instantiation of storage classes.", | ||
"type": "patch" | ||
} | ||
], | ||
"created_at": "2025-01-07T20:25:57+00:00", | ||
"version": "1.1.0" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "1.0.1" | ||
version = "1.1.0" | ||
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." | ||
authors = [ | ||
"Alonso Guevara Fernández <[email protected]>", | ||
|