Files
Memoh/docs
晨苒 627b673a5c refactor: multi-provider memory adapters with scan-based builtin (#227)
* refactor: restructure memory into multi-provider adapters, remove manifest.json dependency

- Rename internal/memory/provider to internal/memory/adapters with per-provider subdirectories (builtin, mem0, openviking)
- Replace manifest.json-based delete/update with scan-based index from daily files
- Add mem0 and openviking provider adapters with HTTP client, chat hooks, MCP tools, and CRUD
- Wire provider lifecycle into registry (auto-instantiate on create, evict on update/delete)
- Split docker-compose into base stack + optional overlays (qdrant, browser, mem0, openviking)
- Update admin UI to support dynamic provider config schema rendering

* chore(lint): fix all golangci-lint issues for clean CI

* refactor(docker): replace compose overlay files with profiles

* feat(memory): add built-in memory multi modes

* fix(ci): golangci lint

* feat(memory): edit built-in memory sparse design
2026-03-14 06:04:13 +08:00
..
2026-03-11 20:57:52 +08:00
2026-01-12 18:59:18 +08:00

Memoh 文档

这是 Memoh 项目的官方文档。

本地开发

安装依赖:

pnpm install

启动开发服务器:

pnpm dev

文档将在 http://localhost:5173 运行。

构建

构建生产版本:

pnpm build

预览构建结果:

pnpm preview

部署

文档会在 docs/ 目录发生变化时自动部署到 GitHub Pages。

部署地址:https://memohai.github.io/Memoh/

手动部署

如果需要手动触发部署,可以在 GitHub Actions 页面选择 "Deploy Docs" workflow,然后点击 "Run workflow"。