dsh-wsl-vecmem
Manifest valid★ 1DeepSeek Harness WSL plugin (dsh-wsl-vecmem)
dsh-wsl-vecmem
语言: 中文(本页) · English
本地向量小记:用 Ollama embedding + ~/.dsh/vecmem/store.json 存短文本,供语义检索。
补 Obsidian / 笔记库,不是 vault 替代品。依赖本机 Ollama(可与 dsh-wsl-ollama 同机)。
最短上手
ollama pull nomic-embed-text
dsh plugin --profile web add github:173787247/dsh-wsl-vecmem
工具
| 工具 | 作用 |
|---|---|
vecmem_status | store 路径、embed 模型、条数 |
vecmem_add | 写入一条文本并嵌入 |
vecmem_search | 按语义相似度检索 |
配置
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 时,把 ollamaBase 改成可从 WSL 访问的地址(见 ollama 插件说明)。
License
MIT
Comments
Loading…
Similar plugins
by 173787247
DeepSeek Harness WSL plugin (dsh-wsl-ollama)
★ 1
MIT
JavaScript
Sep 24, 2026
dsh plugin --profile web add dsh-wsl-ollamaby 173787247
DeepSeek Harness WSL plugin (dsh-wsl-helm)
★ 0
MIT
JavaScript
Sep 24, 2026
dsh plugin --profile web add dsh-wsl-helmby 173787247
DeepSeek Harness WSL plugin (dsh-wsl-vllm)
★ 0
MIT
JavaScript
Sep 24, 2026
dsh plugin --profile web add dsh-wsl-vllmby 173787247
DeepSeek Harness WSL plugin (dsh-wsl-db)
★ 0
MIT
JavaScript
Sep 24, 2026
dsh plugin --profile web add dsh-wsl-dbby 173787247
DeepSeek Harness WSL plugin (dsh-wsl-systemd)
★ 0
MIT
JavaScript
Sep 24, 2026
dsh plugin --profile web add dsh-wsl-systemdby Witchwarren2344
Provide long-term memory, vector semantic search, and LLM reflection for DeepSeek Harness (DSH) with this free, MIT-licensed plugin.
★ 0
MIT
JavaScript
Sep 12, 2026
dsh plugin --profile web add dsh-mnemosyne-memory