python312Packages.llama-index-core: 0.11.16 -> 0.11.20

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.11.16...v0.11.20

Changelog: https://github.com/run-llama/llama_index/blob/0.11.20/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-31 22:09:54 +01:00
parent 22f235290d
commit 6ce64dedba
@@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.11.16";
version = "0.11.20";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-t4hQMlORpdWXkbKQhVSxD/pdxFtu+sJ4FQQxIXLoH94=";
hash = "sha256-r4xedtxoYv6CcxtDrgwau9LY3kOBg3jXlQm1g59L7x4=";
};
sourceRoot = "${src.name}/${pname}";
@@ -63,6 +63,8 @@ buildPythonPackage rec {
cp -r ${nltk-data.punkt}/tokenizers/punkt/* llama_index/core/_static/nltk_cache/tokenizers/punkt/
'';
pythonRelaxDeps = [ "tenacity" ];
build-system = [ poetry-core ];
dependencies = [