File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,22 +55,23 @@ your system Python or project-local virtual environments.
5555
5656After installing ` uv ` , run:
5757``` bash
58- uv tool install vectorcode
58+ uv tool install " vectorcode<1.0.0 "
5959```
6060in your shell. To specify a particular version of Python, use the ` --python `
6161flag. For example, ` uv tool install vectorcode --python python3.11 ` . For hardware
6262accelerated embedding, refer to [ the relevant section] ( #hardware-acceleration ) .
6363If you want a CPU-only installation without CUDA dependencies required by
6464default by PyTorch, run:
6565``` bash
66- uv tool install vectorcode --index https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match
66+ uv tool install " vectorcode<1.0.0 " --index https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match
6767```
6868
6969If you need to install multiple dependency group (for [ LSP] ( #lsp-mode ) or
7070[ MCP] ( #mcp-server ) ), you can use the following syntax:
7171``` bash
72- uv tool install ' vectorcode[lsp,mcp]'
72+ uv tool install " vectorcode[lsp,mcp]<1.0.0 "
7373```
74+
7475> [ !NOTE]
7576> The command only install VectorCode and ` SentenceTransformer ` , the default
7677> embedding engine. If you need to install an extra dependency, you can use
You can’t perform that action at this time.
0 commit comments