We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf8d4 commit b412a93Copy full SHA for b412a93
pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix
@@ -11,15 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "llama-index-vector-stores-qdrant";
14
- version = "0.4.3";
+ version = "0.6.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
18
19
src = fetchPypi {
20
pname = "llama_index_vector_stores_qdrant";
21
inherit version;
22
- hash = "sha256-J5q+ZeuDlCqHq7g3cipLd8q4OA1jmtvjJ1vt7/kGEQU=";
+ hash = "sha256-8vBnEOX6Ob4cXxQofmuxJBZumxdFug88JhGt1UnuAGs=";
23
};
24
25
build-system = [ poetry-core ];
0 commit comments