返回顶部
o

openclaw-ollama-memory

Set up local semantic memory search in OpenClaw using Ollama + nomic-embed-text. Free, private, offline-capable. Replaces cloud embedding APIs (OpenAI, Gemini) with a locally-running model. Trigger phrases: ollama memory, local embeddings, private memory search, offline memory, free embeddings, nomic-embed-text.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
133
下载量
0
收藏
概述
安装方式
版本历史

openclaw-ollama-memory

# OpenClaw Ollama Memory Local semantic memory search for OpenClaw using Ollama — free, private, no API key required. ## Quick Start ### 1. Install & Run Ollama Download from https://ollama.ai, then pull the embedding model: ```bash ollama pull nomic-embed-text ``` Verify Ollama is running: ```bash curl http://127.0.0.1:11434/api/tags ``` ### 2. Configure OpenClaw Edit `~/.openclaw/openclaw.json` and add under `agents.defaults.memorySearch`: ```json { "agents": { "defaults": { "memorySearch": { "provider": "ollama", "model": "nomic-embed-text:latest", "remote": { "baseUrl": "http://127.0.0.1:11434" } } } } } ``` ### 3. Restart OpenClaw ```bash openclaw gateway restart ``` ## Key Points - **Ollama must be explicit** — use `provider: "ollama"`, not `"openai"`. OpenClaw doesn't auto-detect Ollama. - **No API key needed** — runs locally, fully offline. - **nomic-embed-text** — 274MB model, fast, accurate, free. - **baseUrl format** — `http://127.0.0.1:11434` (no `/v1` suffix, no trailing slash). ## Next Steps - See `references/config-reference.md` for advanced tuning (hybrid search, MMR, temporal decay, extra paths). - See `references/troubleshooting.md` for common errors and fixes.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-ollama-memory-1775938525 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-ollama-memory-1775938525 技能

通过命令行安装

skillhub install openclaw-ollama-memory-1775938525

下载 Zip 包

⬇ 下载 openclaw-ollama-memory v1.1.0

文件大小: 4.08 KB | 发布时间: 2026-4-12 10:50

v1.1.0 最新 2026-4-12 10:50
Add multilingual model alternatives: nomic-embed-text-v2-moe (100+ languages, MoE) and embeddinggemma (Google Gemma-based, 100+ languages)

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部