File tree Expand file tree Collapse file tree 32 files changed +67
-65
lines changed
pkgs/development/python-modules
llama-index-embeddings-gemini
llama-index-embeddings-google
llama-index-embeddings-huggingface
llama-index-embeddings-ollama
llama-index-embeddings-openai
llama-index-graph-stores-nebula
llama-index-graph-stores-neo4j
llama-index-graph-stores-neptune
llama-index-indices-managed-llama-cloud
llama-index-llms-openai-like
llama-index-multi-modal-llms-openai
llama-index-program-openai
llama-index-question-gen-openai
llama-index-readers-database
llama-index-readers-llama-parse
llama-index-readers-txtai
llama-index-readers-weather
llama-index-vector-stores-chroma
llama-index-vector-stores-google
llama-index-vector-stores-postgres
llama-index-vector-stores-qdrant Expand file tree Collapse file tree 32 files changed +67
-65
lines changed Original file line number Diff line number Diff line change 5252
5353buildPythonPackage rec {
5454 pname = "chromadb" ;
55- version = "0.5.18 " ;
55+ version = "0.5.20 " ;
5656 pyproject = true ;
5757
5858 disabled = pythonOlder "3.9" ;
@@ -61,13 +61,13 @@ buildPythonPackage rec {
6161 owner = "chroma-core" ;
6262 repo = "chroma" ;
6363 rev = "refs/tags/${ version } " ;
64- hash = "sha256-kJzBwUaA46HenwTn24AMy0xfgVmBtubJUujDS5/kYXs =" ;
64+ hash = "sha256-DQHkgCHtrn9xi7Kp7TZ5NP1EtFtTH5QOvne9PUvxsWc =" ;
6565 } ;
6666
6767 cargoDeps = rustPlatform . fetchCargoTarball {
6868 inherit src ;
6969 name = "${ pname } -${ version } " ;
70- hash = "sha256-iW68C3Vp9C1gR7hF2x4VhBIKWX9wlnT8jPj+zMRUC7w =" ;
70+ hash = "sha256-vHH7Uq4Jf8/5Vc8oZ5nvAeq/dFVWywsQYbp7yJkfX7Q =" ;
7171 } ;
7272
7373 pythonRelaxDeps = [
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-cloud" ;
13- version = "0.1.4 " ;
13+ version = "0.1.6 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_cloud" ;
2020 inherit version ;
21- hash = "sha256-bwFVl5vZYWCVHLgSxIg28frOA3vHnM/Y0YWxjvTJ+vg =" ;
21+ hash = "sha256-ISAPb91G4IRV00sTb2Rc5rjDgA4K4T2Ad5Excakh2lo =" ;
2222 } ;
2323
2424 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-agent-openai" ;
13- version = "0.3.4 " ;
13+ version = "0.4.0 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_agent_openai" ;
2020 inherit version ;
21- hash = "sha256-gONAjZcSG+vKP6P/0UtRKFhwwcPHPU7gTT0Yz+YEBGY =" ;
21+ hash = "sha256-MdJnXb2ESJdW3QYqf/7TMLKr3KO3cV1RFnT1tQdeTdY =" ;
2222 } ;
2323
2424 pythonRelaxDeps = [ "llama-index-llms-openai" ] ;
Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "llama-index-cli" ;
15- version = "0.3.1 " ;
15+ version = "0.4.0 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.8" ;
1919
2020 src = fetchPypi {
2121 pname = "llama_index_cli" ;
2222 inherit version ;
23- hash = "sha256-GJDdaHz0QPNlE2WlSeMDNjFiwWe4772Ho6oQBY1tXHc =" ;
23+ hash = "sha256-1qsgE1mWKoo0Norto6Sbu+Z+ngCcWb2SXE+yvkrOOQY =" ;
2424 } ;
2525
2626 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 3636
3737buildPythonPackage rec {
3838 pname = "llama-index-core" ;
39- version = "0.11.23 " ;
39+ version = "0.12.2 " ;
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-DMdU8LT1IGTHM8EsCX44MvGv+luOsKnPSI7yRR5ULPo =" ;
48+ hash = "sha256-Zt97JZHp0MsHFtdrx6Xjqhz/jREWwevGSz8u9l5t8oI =" ;
4949 } ;
5050
5151 sourceRoot = "${ src . name } /${ pname } " ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-embeddings-gemini" ;
13- version = "0.2.2 " ;
13+ version = "0.3.0 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.9" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_embeddings_gemini" ;
2020 inherit version ;
21- hash = "sha256-lVW12tWDqNQW+mijxcF98aOuNw006xTdv0Cm+yZ4H0o =" ;
21+ hash = "sha256-vytKBvvNVbW1GpFS9+0ydkyUqih3UUGusRIp79hMjtI =" ;
2222 } ;
2323
2424 pythonRelaxDeps = [ "google-generativeai" ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-embeddings-google" ;
13- version = "0.2.1 " ;
13+ version = "0.3.0 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_embeddings_google" ;
2020 inherit version ;
21- hash = "sha256-7L24jKB7uFs+4OIIsXdweJ3TRuP4SFjY/p97ocUfmL8 =" ;
21+ hash = "sha256-XS0ZYLxe7/ezeLEJE/lEUzcaIwN1TzS/bA5sCRyx/Lk =" ;
2222 } ;
2323
2424 pythonRelaxDeps = [ "google-generativeai" ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-embeddings-huggingface" ;
13- version = "0.3.1 " ;
13+ version = "0.4.0 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_embeddings_huggingface" ;
2020 inherit version ;
21- hash = "sha256-eu9jJKGVdua5W/6SfDvU/BxXJe3Onya05dLu+ifAL9s =" ;
21+ hash = "sha256-zo+LMLKc/4VAGrohGChftj+4FHpWtlbuIPfoUQyghaI =" ;
2222 } ;
2323
2424 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-embeddings-ollama" ;
13- version = "0.3.1 " ;
13+ version = "0.4.0 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.9" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_embeddings_ollama" ;
2020 inherit version ;
21- hash = "sha256-Wj51+hS+fisagpN0FsiAIE3JbhsdJibcW96T8CHntUA =" ;
21+ hash = "sha256-6+czVEcPi2Bh1flhse5QcW1Uly7ylfslPj68OT1bNss =" ;
2222 } ;
2323
24+ pythonRelaxDeps = [ "ollama" ] ;
25+
2426 build-system = [ poetry-core ] ;
2527
2628 dependencies = [
Original file line number Diff line number Diff line change 99
1010buildPythonPackage rec {
1111 pname = "llama-index-embeddings-openai" ;
12- version = "0.2.5 " ;
12+ version = "0.3.0 " ;
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-AEfdcddHBoZF7XKMKTEqqRtlu+TGFCGAA0xk38XG9ug =" ;
20+ hash = "sha256-o31bpcyUejajzqpB38ZdcmqHP/s6J7e0lZKE9blE9hc =" ;
2121 } ;
2222
2323 build-system = [ poetry-core ] ;
You can’t perform that action at this time.
0 commit comments