Loading pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , poetry-core , llama-index-core , pythonOlder { lib, buildPythonPackage, fetchPypi, poetry-core, llama-index-core, pythonOlder, }: buildPythonPackage rec { Loading @@ -19,20 +20,14 @@ buildPythonPackage rec { hash = "sha256-dLOw6ev500jTBU+fwMZXAxrM65NRwxEWrY1aeuRyn1w="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ llama-index-core ]; dependencies = [ llama-index-core ]; # Tests are only available in the mono repo doCheck = false; pythonImportsCheck = [ "llama_index.indices.managed.llama_cloud" ]; pythonImportsCheck = [ "llama_index.indices.managed.llama_cloud" ]; meta = with lib; { description = "LlamaCloud Index and Retriever"; Loading Loading
pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , poetry-core , llama-index-core , pythonOlder { lib, buildPythonPackage, fetchPypi, poetry-core, llama-index-core, pythonOlder, }: buildPythonPackage rec { Loading @@ -19,20 +20,14 @@ buildPythonPackage rec { hash = "sha256-dLOw6ev500jTBU+fwMZXAxrM65NRwxEWrY1aeuRyn1w="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ llama-index-core ]; dependencies = [ llama-index-core ]; # Tests are only available in the mono repo doCheck = false; pythonImportsCheck = [ "llama_index.indices.managed.llama_cloud" ]; pythonImportsCheck = [ "llama_index.indices.managed.llama_cloud" ]; meta = with lib; { description = "LlamaCloud Index and Retriever"; Loading