Loading pkgs/development/python-modules/chromadb/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ typing-extensions, uvicorn, zstd, nixosTests, }: buildPythonPackage rec { Loading Loading @@ -157,6 +158,10 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; passthru.tests = { inherit (nixosTests) chromadb; }; meta = with lib; { description = "AI-native open-source embedding database"; homepage = "https://github.com/chroma-core/chroma"; Loading Loading
pkgs/development/python-modules/chromadb/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ typing-extensions, uvicorn, zstd, nixosTests, }: buildPythonPackage rec { Loading Loading @@ -157,6 +158,10 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; passthru.tests = { inherit (nixosTests) chromadb; }; meta = with lib; { description = "AI-native open-source embedding database"; homepage = "https://github.com/chroma-core/chroma"; Loading