Loading pkgs/by-name/ve/vectorcode/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ python3Packages.buildPythonApplication rec { pname = "vectorcode"; version = "0.5.6"; version = "0.6.7"; pyproject = true; src = fetchFromGitHub { owner = "Davidyz"; repo = "VectorCode"; tag = version; hash = "sha256-paFUgPf8zTtMli0qh2bXjnmny2bDQxDwWE03yn0rWUY="; hash = "sha256-BDDvALeQSBVld2gEmcnlpf3GDpdEs64nFyE6cNKpeww="; }; build-system = with python3Packages; [ Loading @@ -27,7 +27,9 @@ python3Packages.buildPythonApplication rec { with python3Packages; [ chromadb colorlog httpx json5 numpy pathspec psutil Loading Loading @@ -78,6 +80,8 @@ python3Packages.buildPythonApplication rec { # Require internet access "test_get_embedding_function" "test_get_embedding_function_fallback" "test_get_reranker" "test_supported_rerankers_initialization" ]; meta = { Loading Loading
pkgs/by-name/ve/vectorcode/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ python3Packages.buildPythonApplication rec { pname = "vectorcode"; version = "0.5.6"; version = "0.6.7"; pyproject = true; src = fetchFromGitHub { owner = "Davidyz"; repo = "VectorCode"; tag = version; hash = "sha256-paFUgPf8zTtMli0qh2bXjnmny2bDQxDwWE03yn0rWUY="; hash = "sha256-BDDvALeQSBVld2gEmcnlpf3GDpdEs64nFyE6cNKpeww="; }; build-system = with python3Packages; [ Loading @@ -27,7 +27,9 @@ python3Packages.buildPythonApplication rec { with python3Packages; [ chromadb colorlog httpx json5 numpy pathspec psutil Loading Loading @@ -78,6 +80,8 @@ python3Packages.buildPythonApplication rec { # Require internet access "test_get_embedding_function" "test_get_embedding_function_fallback" "test_get_reranker" "test_supported_rerankers_initialization" ]; meta = { Loading