File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pkgs/by-name/ve/vectorcode Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 99
1010python3Packages . 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 = {
You can’t perform that action at this time.
0 commit comments