-
Notifications
You must be signed in to change notification settings - Fork 2k
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
9b4f24e
commit e96b844
Showing
9 changed files
with
41 additions
and
26 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,30 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"description": "Data model changes.", | ||
"type": "minor" | ||
}, | ||
{ | ||
"description": "Add Parquet as part of the default emitters when not pressent", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Centralized prompts and export all for easier injection.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Cleanup of artifact outputs/schemas.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Config and docs updates.", | ||
"type": "patch" | ||
}, | ||
{ | ||
"description": "Implement dynamic community selection to global search", | ||
"type": "patch" | ||
} | ||
], | ||
"created_at": "2024-11-16T00:14:07+00:00", | ||
"version": "0.5.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 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 = "0.4.1" | ||
version = "0.5.0" | ||
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." | ||
authors = [ | ||
"Alonso Guevara Fernández <[email protected]>", | ||
|