python311Packages.llama-index-vector-stores-qdrant: 0.2.9 -> 0.2.10
This commit is contained in:
parent
ca82f0e954
commit
2d7d44af21
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llama-index-vector-stores-qdrant";
|
pname = "llama-index-vector-stores-qdrant";
|
||||||
version = "0.2.9";
|
version = "0.2.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "llama_index_vector_stores_qdrant";
|
pname = "llama_index_vector_stores_qdrant";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-Iju/6Mh/dooQb8u3MHFc8XgNel2FBOI0VAGh6/dNZT4=";
|
hash = "sha256-kFUZiE7rtVQQzaTstKOaM2XkKZQ7ydqVR/2xyPdVtt8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user