多 Embedding 提供商:支持 OpenAI、Google、Voyage、Ollama,以及完全本地模式(无需 API Key)
Markdown 不可变:原始 Markdown 文件是唯一真相,向量索引是派生缓存,可随时重建
Usage
pip install memsearch
memsearch config init
memsearch index ~/path/to/memory/
memsearch search "what caching solution did we pick?"
memsearch watch ~/path/to/memory/
# 本地模式(无需 API Key)
pip install "memsearch[local]"
memsearch config set embedding.provider local
memsearch index ~/path/to/memory/