viberag 0.1.2 → 0.1.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
Viberag is fully local, offline capable MCP server for local codebase search.
|
|
8
8
|
|
|
9
9
|
- Semantic codebase search
|
|
10
|
-
-
|
|
10
|
+
- Keyword codebase search (BM25)
|
|
11
11
|
- Hybrid codebase search (with tunable parameters)
|
|
12
12
|
|
|
13
13
|
VibeRAG automatically indexes your codebase into a local container-free vector database ([lancedb](https://lancedb.com/)). Every time you make a change, the indexes are automatically updated.
|