Skip to content

Commit 38877ca

Browse files
committed
docs: fix memory search table spacing
1 parent 08f61b4 commit 38877ca

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/concepts/memory-search.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ models are not interchangeable.
8282

8383
## Supported providers
8484

85-
| Provider | ID | Needs API key | Notes |
86-
| -------------- | ---------------- | ------------- | ----------------------------------------------------------------- |
87-
| Bedrock | `bedrock` | No | Auto-detected when the AWS credential chain resolves |
88-
| Gemini | `gemini` | Yes | Supports image/audio indexing |
89-
| GitHub Copilot | `github-copilot` | No | Auto-detected, uses Copilot subscription |
90-
| Local | `local` | No | GGUF model, ~0.6 GB download |
91-
| Mistral | `mistral` | Yes | Auto-detected |
92-
| Ollama | `ollama` | No | Local, must set explicitly |
93-
| OpenAI | `openai` | Yes | Auto-detected, fast |
94-
| oMLX | `openai` | Local key | Apple Silicon MLX server; use `openai` adapter with custom baseUrl|
95-
| Voyage | `voyage` | Yes | Auto-detected |
85+
| Provider | ID | Needs API key | Notes |
86+
| -------------- | ---------------- | ------------- | ------------------------------------------------------------------ |
87+
| Bedrock | `bedrock` | No | Auto-detected when the AWS credential chain resolves |
88+
| Gemini | `gemini` | Yes | Supports image/audio indexing |
89+
| GitHub Copilot | `github-copilot` | No | Auto-detected, uses Copilot subscription |
90+
| Local | `local` | No | GGUF model, ~0.6 GB download |
91+
| Mistral | `mistral` | Yes | Auto-detected |
92+
| Ollama | `ollama` | No | Local, must set explicitly |
93+
| OpenAI | `openai` | Yes | Auto-detected, fast |
94+
| oMLX | `openai` | Local key | Apple Silicon MLX server; use `openai` adapter with custom baseUrl |
95+
| Voyage | `voyage` | Yes | Auto-detected |
9696

9797
## How search works
9898

0 commit comments

Comments
 (0)