mirror of
https://github.com/NocturnLabs/opencode-personal-knowledge.git
synced 2026-07-18 08:05:59 +02:00
docs: correct embedding model name in README features list
- Fix inconsistency: use BGE-small-en-v1.5 everywhere - Bump version to 1.0.7
This commit is contained in:
@@ -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)
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user