docs(memory): add ollama embedding guidance

This commit is contained in:
Gustavo Madeira Santana
2026-03-02 20:05:04 -05:00
parent 4241e8f7d8
commit 3453534652
4 changed files with 11 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ Semantic memory search uses **embedding APIs** when configured for remote provid
- `memorySearch.provider = "gemini"` → Gemini embeddings
- `memorySearch.provider = "voyage"` → Voyage embeddings
- `memorySearch.provider = "mistral"` → Mistral embeddings
- `memorySearch.provider = "ollama"` → Ollama embeddings (local/self-hosted; typically no hosted API billing)
- Optional fallback to a remote provider if local embeddings fail
You can keep it local with `memorySearch.provider = "local"` (no API usage).