mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Some checks failed
gh-pages / build (push) Has been cancelled
Python CI / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python CI / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python CI / python-ci (windows-latest, 3.10) (push) Has been cancelled
Python CI / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.10) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.10) (push) Has been cancelled
Python Publish (pypi) / Upload release to PyPI (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.10) (push) Has been cancelled
Spellcheck / spellcheck (push) Has been cancelled
* Release v2.4.0 * Update changelog
26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"changes": [
|
|
{
|
|
"description": "Allow injection of custom pipelines.",
|
|
"type": "minor"
|
|
},
|
|
{
|
|
"description": "Refactored StorageFactory to use a registration-based approach",
|
|
"type": "minor"
|
|
},
|
|
{
|
|
"description": "Fix default values for tpm and rpm limiters on embeddings",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Update typer.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "cleaned up logging to follow python standards.",
|
|
"type": "patch"
|
|
}
|
|
],
|
|
"created_at": "2025-07-15T00:04:15+00:00",
|
|
"version": "2.4.0"
|
|
} |