From c6c808afd7a963b34fc253ab8ef4e5d5abb878a6 Mon Sep 17 00:00:00 2001 From: CodingInCarhartts Date: Sun, 14 Dec 2025 13:32:55 -0800 Subject: [PATCH] docs: correct embedding model name in README features list - Fix inconsistency: use BGE-small-en-v1.5 everywhere - Bump version to 1.0.7 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c91438..7352944 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Store and retrieve knowledge using semantic search, powered by local embeddings. ## ✨ Features -- **🔍 Semantic Search** — Find knowledge using vector embeddings (all-MiniLM-L6-v2) +- **🔍 Semantic Search** — Find knowledge using vector embeddings (BGE-small-en-v1.5) - **📝 Text Search** — Keyword-based search fallback - **🏷️ Tag Organization** — Categorize entries with tags - **🔌 Plug-and-Play** — No external services required (embeddings run 100% locally) diff --git a/package.json b/package.json index 3a79835..42c2dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-personal-knowledge", - "version": "1.0.6", + "version": "1.0.7", "description": "Personal knowledge MCP server with vector database for the Opencode ecosystem", "type": "module", "main": "dist/mcp-server.js",