You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(embed): note static model ships bundled in VS Code extension
The VSIX bundles jina-code-static-256 and the extension auto-selects it
(extension.ts), so `static` needs zero setup in VS Code. CLI/MCP keep the
CODEGRAPH_STATIC_MODEL path instructions.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vscode/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The extension starts the server automatically and registers all tools as Languag
45
45
|------|---------|-------------|
46
46
|`--workspace <path>`| current dir | Directories to index (repeatable for multi-project) |
47
47
|`--exclude <dir>`| — | Directories to skip (repeatable) |
48
-
|`--embedding-model <model>`|`bge-small`|`bge-small` (384d, fast), `jina-code-v2` (768d, 6x slower), or `static` (model2vec, 256d — ~100× faster indexing, no ONNX, ~90% of BGE quality in hybrid search; set `codegraph.staticModelPath`) |
48
+
|`--embedding-model <model>`|`bge-small`|`bge-small` (384d, fast), `jina-code-v2` (768d, 6x slower), or `static` (model2vec, 256d — ~100× faster indexing, no ONNX, ~90% of BGE quality in hybrid search; the model ships bundled in the extension, so no setup is needed) |
49
49
|`--full-body-embedding`|`true`| Embed full function body (~50 lines) for better semantic search and duplicate detection |
50
50
|`--max-files <n>`| 5000 | Maximum files to index |
51
51
@@ -56,8 +56,8 @@ The extension starts the server automatically and registers all tools as Languag
0 commit comments