Files
openclaw/extensions/voyage/README.md
Vincent Koc eb55c8ea8f feat(plugins): externalize Voyage embeddings (#116785)
* feat(voyage): externalize embedding provider

* fix(voyage): drop stale bundled description
2026-07-31 19:52:33 +08:00

15 lines
370 B
Markdown

# OpenClaw Voyage Provider
Official OpenClaw memory embedding provider plugin for Voyage AI.
Install from OpenClaw:
```bash
openclaw plugins install @openclaw/voyage-provider
openclaw gateway restart
```
Set `VOYAGE_API_KEY`, then configure memory search with `provider: "voyage"`.
See <https://docs.openclaw.ai/reference/memory-config> for setup and
configuration.