Loading pkgs/development/python-modules/llama-index-llms-ollama/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , llama-index-core , poetry-core , pythonOlder { lib, buildPythonPackage, fetchPypi, llama-index-core, poetry-core, pythonOlder, }: buildPythonPackage rec { Loading @@ -19,20 +20,14 @@ buildPythonPackage rec { hash = "sha256-ebwZw9p1rfWrGjYd9aHF3CsubKOL1/Ei/mV4AgQxhtk="; }; 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.llms.ollama" ]; pythonImportsCheck = [ "llama_index.llms.ollama" ]; meta = with lib; { description = "LlamaIndex LLMS Integration for ollama"; Loading Loading
pkgs/development/python-modules/llama-index-llms-ollama/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , llama-index-core , poetry-core , pythonOlder { lib, buildPythonPackage, fetchPypi, llama-index-core, poetry-core, pythonOlder, }: buildPythonPackage rec { Loading @@ -19,20 +20,14 @@ buildPythonPackage rec { hash = "sha256-ebwZw9p1rfWrGjYd9aHF3CsubKOL1/Ei/mV4AgQxhtk="; }; 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.llms.ollama" ]; pythonImportsCheck = [ "llama_index.llms.ollama" ]; meta = with lib; { description = "LlamaIndex LLMS Integration for ollama"; Loading