dsh-wsl-vecmem
Tiny local vector memory via Ollama embeddings and ~/.dsh/vecmem.
本地向量小记:Ollama embedding + ~/.dsh/vecmem。
How to install
dsh plugin add github:173787247/dsh-wsl-vecmem About
dsh-wsl-vecmem **语言:** **中文**(本页) · English 本地向量小记:用 **Ollama embedding** + ~/.dsh/vecmem/store.json 存短文本,供语义检索。 补 Obsidian / 笔记库,**不是** vault 替代品。依赖本机 Ollama(可与 dsh-wsl-ollama 同机)。 最短上手 sh ollama pull nomic-embed-text dsh plugin --profile web add github:173787247/dsh-wsl-vecmem 工具 | 工具 | 作用 | |------|------| | vecmem_status | store 路径、embed 模型、条数 | | vecmem_add | 写入一条文本并嵌入 | | vecmem_search | 按语义相似度检索 | 配置 yaml config: enabled: true storePath: "" # 空 = ~/.dsh/vecmem/store.json ollamaBase: "http://127.0.0.1:11434" embedModel: "nomic-embed-text" timeoutMs: 60000 maxItems: 5000 Ollama 在 Windows …
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-24
- Created
- 2026-09-22
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, wsl
Related plugins
dsh-wsl-workspace
6Mikao9/dsh-wsl-workspace
Add a WSL workspace from the web GUI without needing to install dsh or related tools again inside WSL. Bash commands and file read/write operations run within the local WSL distribution on the host machine, while Windows files remain accessible.
dsh-win-toolkit
Edge-Echo/dsh-win-toolkit
Windows-native tools for DSH agents: clipboard read and write, system notifications, hosts file inspection and network diagnostics, each returning structured data with UI cards from injection-safe PowerShell.
dsh-wsl-tray
liyu34/dsh-wsl-tray
Windows desktop shortcut and system-tray launcher for DSH running in WSL, with fully hidden startup, tray open/restart/exit menu, and a plugin-configuration card to manage the shortcut.
dsh-wsl-workspace
173787247/dsh-wsl-workspace
Lists WSL distros and validates a Linux workspace path for DSH.