Skip to content

Commit 455ec90

Browse files
1 parent c5c4bd0 commit 455ec90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/by-name/ve/vectorcode/package.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3Packages.buildPythonApplication rec {
1111
pname = "vectorcode";
12-
version = "0.5.6";
12+
version = "0.6.7";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "Davidyz";
1717
repo = "VectorCode";
1818
tag = version;
19-
hash = "sha256-paFUgPf8zTtMli0qh2bXjnmny2bDQxDwWE03yn0rWUY=";
19+
hash = "sha256-BDDvALeQSBVld2gEmcnlpf3GDpdEs64nFyE6cNKpeww=";
2020
};
2121

2222
build-system = with python3Packages; [
@@ -27,7 +27,9 @@ python3Packages.buildPythonApplication rec {
2727
with python3Packages;
2828
[
2929
chromadb
30+
colorlog
3031
httpx
32+
json5
3133
numpy
3234
pathspec
3335
psutil
@@ -78,6 +80,8 @@ python3Packages.buildPythonApplication rec {
7880
# Require internet access
7981
"test_get_embedding_function"
8082
"test_get_embedding_function_fallback"
83+
"test_get_reranker"
84+
"test_supported_rerankers_initialization"
8185
];
8286

8387
meta = {

0 commit comments

Comments
 (0)