python312Packages.llama-index-core: 0.12.9.post1 -> 0.12.15
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.12.9.post1...v0.12.15 Changelog: https://github.com/run-llama/llama_index/blob/0.12.15/CHANGELOG.md
This commit is contained in:
parent
9b3f7d9ee5
commit
14dbac2fb9
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llama-index-core";
|
pname = "llama-index-core";
|
||||||
version = "0.12.9.post1";
|
version = "0.12.15";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -45,7 +45,7 @@ buildPythonPackage rec {
|
|||||||
owner = "run-llama";
|
owner = "run-llama";
|
||||||
repo = "llama_index";
|
repo = "llama_index";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-kpHemwEYeCBwb2kdvX/ubFHwX9AQ+zIhLudcgJ7u+QY=";
|
hash = "sha256-GcY7AuyUYniEbjsMTMcRe4ulpR5kMvAW+XDoPzgjblw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/${pname}";
|
sourceRoot = "${src.name}/${pname}";
|
||||||
@ -131,6 +131,11 @@ buildPythonPackage rec {
|
|||||||
# Tests require network access
|
# Tests require network access
|
||||||
"test_from_namespaced_persist_dir"
|
"test_from_namespaced_persist_dir"
|
||||||
"test_from_persist_dir"
|
"test_from_persist_dir"
|
||||||
|
"test_context_extraction_basic"
|
||||||
|
"test_context_extraction_oversized_document"
|
||||||
|
"test_context_extraction_custom_prompt"
|
||||||
|
"test_multiple_documents_context"
|
||||||
|
"test_mimetype_raw_data"
|
||||||
# asyncio.exceptions.InvalidStateError: invalid state
|
# asyncio.exceptions.InvalidStateError: invalid state
|
||||||
"test_workflow_context_to_dict_mid_run"
|
"test_workflow_context_to_dict_mid_run"
|
||||||
"test_SimpleDirectoryReader"
|
"test_SimpleDirectoryReader"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user