@vera-ai/cli 0.8.3 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ vera search "authentication middleware"
|
|
|
25
25
|
vera index . --onnx-jina-cpu
|
|
26
26
|
vera search "error handling" --onnx-jina-cpu
|
|
27
27
|
|
|
28
|
-
# GPU acceleration (NVIDIA/AMD/DirectML/CoreML)
|
|
28
|
+
# GPU acceleration (NVIDIA/AMD/DirectML/CoreML/OpenVINO)
|
|
29
29
|
vera index . --onnx-jina-cuda
|
|
30
30
|
```
|
|
31
31
|
|
|
@@ -34,6 +34,6 @@ vera index . --onnx-jina-cuda
|
|
|
34
34
|
- **60+ languages** via tree-sitter AST parsing
|
|
35
35
|
- **Hybrid search**: BM25 keyword + vector similarity, fused with Reciprocal Rank Fusion
|
|
36
36
|
- **Cross-encoder reranking** for precision
|
|
37
|
-
- **
|
|
37
|
+
- **Markdown codeblock output** by default with file paths, line ranges, and optional symbol info (use `--json` for compact JSON, `--raw` for verbose output, `--timing` for step durations)
|
|
38
38
|
|
|
39
39
|
For full documentation, see the [GitHub repo](https://github.com/lemon07r/Vera).
|