mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #334547 from greg-hellings/graphrag-0.3.0
python312Packages.graphrag: 0.2.2 -> 0.3.0
This commit is contained in:
commit
f763c43a33
@ -40,14 +40,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "graphrag";
|
pname = "graphrag";
|
||||||
version = "0.2.2";
|
version = "0.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "microsoft";
|
owner = "microsoft";
|
||||||
repo = "graphrag";
|
repo = "graphrag";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-X4mhnKSaQQo0i10EsdaDtMgKwfBxFvOOrkDrkUM2cQI=";
|
hash = "sha256-QPUxDMKO2qxF5qrk+vJCrJxyGwVWv7655YAVCis+XwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -117,6 +117,7 @@ buildPythonPackage rec {
|
|||||||
"test_find"
|
"test_find"
|
||||||
"test_run_extract_entities_multiple_documents"
|
"test_run_extract_entities_multiple_documents"
|
||||||
"test_run_extract_entities_single_document"
|
"test_run_extract_entities_single_document"
|
||||||
|
"test_sort_context_max_tokens"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user