From 0573bb05c2c70e3947c26f7f5034f83a1daf264e Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sun, 16 Mar 2025 15:52:32 +0000 Subject: [PATCH] feat(mise): add `vectorcode` to create rag from code --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 1cbc886..155c994 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -28,6 +28,7 @@ "aqua:xo/usql" = "0.19.19" "npm:@anthropic-ai/claude-code" = "0.2.45" "pipx:aider-chat" = { version = "0.77.0", uvx_args = "--python 3.12.7 --with google-generativeai" } +"pipx:vectorcode" = { version = "0.4.9", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.5"