File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed
pkgs/development/python-modules
llama-index-embeddings-openai
llama-index-graph-stores-neo4j
llama-index-llms-openai-like
llama-index-multi-modal-llms-openai Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 3636
3737buildPythonPackage rec {
3838 pname = "llama-index-core" ;
39- version = "0.12.2 " ;
39+ version = "0.12.5 " ;
4040 pyproject = true ;
4141
4242 disabled = pythonOlder "3.8" ;
@@ -45,7 +45,7 @@ buildPythonPackage rec {
4545 owner = "run-llama" ;
4646 repo = "llama_index" ;
4747 rev = "refs/tags/v${ version } " ;
48- hash = "sha256-Zt97JZHp0MsHFtdrx6Xjqhz/jREWwevGSz8u9l5t8oI =" ;
48+ hash = "sha256-Z4WmjIuu42XAo+Lb7ylNQfXrS9VQM+0BkeufqwFtT9I =" ;
4949 } ;
5050
5151 sourceRoot = "${ src . name } /${ pname } " ;
@@ -133,6 +133,7 @@ buildPythonPackage rec {
133133 "test_from_persist_dir"
134134 # asyncio.exceptions.InvalidStateError: invalid state
135135 "test_workflow_context_to_dict_mid_run"
136+ "test_SimpleDirectoryReader"
136137 ] ;
137138
138139 meta = with lib ; {
Original file line number Diff line number Diff line change 99
1010buildPythonPackage rec {
1111 pname = "llama-index-embeddings-openai" ;
12- version = "0.3.0 " ;
12+ version = "0.3.1 " ;
1313 pyproject = true ;
1414
1515 disabled = pythonOlder "3.8" ;
1616
1717 src = fetchPypi {
1818 pname = "llama_index_embeddings_openai" ;
1919 inherit version ;
20- hash = "sha256-o31bpcyUejajzqpB38ZdcmqHP/s6J7e0lZKE9blE9hc =" ;
20+ hash = "sha256-E2iq084ky67SPVrSUTQ87x63tKBtZWPWYG1ZyzR/7yA =" ;
2121 } ;
2222
2323 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-graph-stores-neo4j" ;
13- version = "0.4.0 " ;
13+ version = "0.4.2 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_graph_stores_neo4j" ;
2020 inherit version ;
21- hash = "sha256-XJQJaUCAvIAmLnyFuo81upmm9iMOD08iHm0/HZMHR1M =" ;
21+ hash = "sha256-+mh1iIE5BFBs4kREG7SjstOMWmWAc1JSUMkHbg89ues =" ;
2222 } ;
2323
2424 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "llama-index-llms-openai-like" ;
14- version = "0.3.0 " ;
14+ version = "0.3.3 " ;
1515 pyproject = true ;
1616
1717 disabled = pythonOlder "3.8" ;
1818
1919 src = fetchPypi {
2020 pname = "llama_index_llms_openai_like" ;
2121 inherit version ;
22- hash = "sha256-Ah6D1kJAtGWH8i5XxgxTHe004Y12nIebTupIHIjJez0 =" ;
22+ hash = "sha256-vqBCAXKR2TOsk6DEh8jarSWnDm9r8qVEAVD2wYskbfY =" ;
2323 } ;
2424
2525 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-llms-openai" ;
13- version = "0.3.2 " ;
13+ version = "0.3.10 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_llms_openai" ;
2020 inherit version ;
21- hash = "sha256-ikQ6Vk59EneanwMMuC/jJDgD4hfXJBB2SsEW3UNVT+U =" ;
21+ hash = "sha256-/aM0WqS6QbJdkoF+6KVpmTHnnHyHkkPxctbg5svFxbM =" ;
2222 } ;
2323
2424 pythonRemoveDeps = [
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-multi-modal-llms-openai" ;
13- version = "0.3 .0" ;
13+ version = "0.4 .0" ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_multi_modal_llms_openai" ;
2020 inherit version ;
21- hash = "sha256-cemDx3ccOQiOQFjNeAKSGTFaD7YxueErkD5TJDuaP9Y =" ;
21+ hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg =" ;
2222 } ;
2323
2424 build-system = [ poetry-core ] ;
You can’t perform that action at this time.
0 commit comments