You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Narrow jina-api known models to v2-base-code and code-embeddings family
Drops jina-embeddings-v3, v2-base-en, and clip-v2 from the known-models list
and adds verified native dimensions (and Matryoshka sizes in the comment) for
jina-code-embeddings-0.5b (896) and jina-code-embeddings-1.5b (1536). The
task-aware prefix is now scoped to the code-embeddings family.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,8 +246,8 @@ configured model — no need to set dimensions manually unless you want to overr
246
246
| `JINA_MODEL` | `jinaai/jina-embeddings-v2-base-code` | `jina` | Informational only — the TEI container's `--model-id` flag is what actually loads. Edit `docker-compose.yaml` to change models. |
247
247
| `JINA_DIMENSIONS` | `768` | `jina` | Vector dimensions of the TEI model |
248
248
| `JINA_API_KEY` | *(required if provider=jina-api)* | `jina-api` | Jina AI API key (hosted endpoint at `api.jina.ai`) |
249
-
| `JINA_API_MODEL` | `jina-embeddings-v2-base-code` | `jina-api` | Hosted Jina model — also supports `jina-embeddings-v3`, `jina-code-embeddings-0.5b`, `jina-code-embeddings-1.5b` |
250
-
| `JINA_API_DIMENSIONS` | *(native)* | `jina-api` | Optional Matryoshka override (v3 and code-embeddings models support shrinking); required for models without a native default |
249
+
| `JINA_API_MODEL` | `jina-embeddings-v2-base-code` | `jina-api` | Hosted Jina model — also supports `jina-code-embeddings-0.5b`, `jina-code-embeddings-1.5b` |
250
+
| `JINA_API_DIMENSIONS` | *(native)* | `jina-api` | Optional Matryoshka override (code-embeddings models support shrinking); required for models without a native default |
251
251
| `VOYAGE_API_KEY` | *(required if provider=voyage)* | `voyage` | Voyage AI API key |
0 commit comments