Pular para o conteúdo principal
1

dsh-wsl-vecmem

173787247/dsh-wsl-vecmem

Tiny local vector memory via Ollama embeddings and ~/.dsh/vecmem.

Instalar

dsh plugin --profile web add github:173787247/dsh-wsl-vecmem

README

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_statusstore 路径、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 插件说明)。

兼容性

字段值
插件dsh-wsl-vecmem 0.1.0
最低 dsh≥ 0.1.2(Web UI 一次性 ?token=,Windows 中继 :3081)
最新验证以 dsh-wsl-kit 兼容性 为准(当前 0.1.7-alpha.2)— 套件唯一真源
套件档位可选(默认不在 install.sh / KIT_SET=daily)

License

MIT

Plugins relacionados