Merge pull request #334547 from greg-hellings/graphrag-0.3.0

python312Packages.graphrag: 0.2.2 -> 0.3.0
This commit is contained in:
OTABI Tomoya 2024-08-14 23:25:14 +09:00 committed by GitHub
commit f763c43a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {