mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 00:57:23 +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.2.0 * Missing patch
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"changes": [
|
|
{
|
|
"description": "Support OpenAI reasoning models.",
|
|
"type": "minor"
|
|
},
|
|
{
|
|
"description": "Add option to snapshot raw extracted graph tables.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Added batching logic to the prompt tuning autoselection embeddings workflow",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Align config classes and docs better.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Align embeddings table loading with configured fields.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Brings parity with our latest NLP extraction approaches.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Fix fnllm to 0.2.3",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Fixes to basic search.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "Update llm args for consistency.",
|
|
"type": "patch"
|
|
},
|
|
{
|
|
"description": "add vector store integration tests",
|
|
"type": "patch"
|
|
}
|
|
],
|
|
"created_at": "2025-04-25T23:30:57+00:00",
|
|
"version": "2.2.0"
|
|
} |