mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
eb55c8ea8f
* feat(voyage): externalize embedding provider * fix(voyage): drop stale bundled description
15 lines
370 B
Markdown
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.
|