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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- - Keyboard codebase search
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viberag",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "license": "AGPL-3.0-only",
5
5
  "author": {
6
6
  "name": "Matthew Rideout"