python3Packages.llama-index-*: updates (#499540)

This commit is contained in:
Fabian Affolter
2026-03-13 12:41:41 +00:00
committed by GitHub
7 changed files with 14 additions and 14 deletions
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-llms-ollama";
version = "0.9.1";
version = "0.10.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_llms_ollama";
inherit version;
hash = "sha256-1Yhe1lri4rx0up4//TpbzXxTQe8GcOPZ/iAIgPwZ+aY=";
hash = "sha256-dYJnOyDpAoiJg3LcqxfrT4E9WWSGW5DQdFs/CrOMbtQ=";
};
build-system = [ hatchling ];
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "llama-index-readers-txtai";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_readers_txtai";
inherit version;
hash = "sha256-GMloD+eqjYdMCqFM03NhdKjN9bMHqIdZYORA1OtWd/0=";
hash = "sha256-dZg+EqXQvqaMN4DQS3VPZi3Ak5j1Y+KZ6ngsJkK5SYA=";
};
build-system = [ hatchling ];
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "llama-index-readers-weather";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_readers_weather";
inherit version;
hash = "sha256-fprFX75y50RzJA4SlMfgAeXOO88QbY9UT17Y8oIwdUk=";
hash = "sha256-bqvt09YSRD8BQfZjwnMlsO5oSscjh+piQXbUUZGeXbs=";
};
build-system = [ hatchling ];
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-google";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_google";
inherit version;
hash = "sha256-+7Lx//NNjYe0UWWOmLTxajKrfjG9OReVpPgOoO2fczk=";
hash = "sha256-lf1Wr8l6azfxrokcGilR+IriU465LmFXDiqfHrCdrO0=";
};
pythonRelaxDeps = [ "google-generativeai" ];
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-vector-stores-milvus";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_milvus";
inherit (finalAttrs) version;
hash = "sha256-u3IqnwF1fe4gkdbsO9n9+wNp/nMdUnTguVeXqaUymUM=";
hash = "sha256-xoelq9/IEFJ541Vs22i6dg6MWxLyV2EChs6OQHPhMJw=";
};
build-system = [ hatchling ];
@@ -11,13 +11,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-vector-stores-postgres";
version = "0.7.3";
version = "0.8.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit (finalAttrs) version;
hash = "sha256-e1xi5GLWgde42GaLk+WwAjv9Oqr8924rS/z4hdw7ScY=";
hash = "sha256-ICjfw0ooNCCpC3mGxQrqfNtBZ0ijcxW15VXbZElfQcw=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.9.2";
version = "0.10.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-x/gTig9Peb7XmjK3yHXSdmhJsCp3lhflW40f6xqeYFo=";
hash = "sha256-FzhV/4L//t2lskwlYfim3NnaJDGBQxiN6FRw9mZ6hOo=";
};
build-system = [ hatchling ];