Commit a9d9f74
authored
fix(search): point jina-code alias at published HF repo (#1053)
The `jina-code` alias mapped to `Xenova/jina-embeddings-v2-base-code`,
which 404s on Hugging Face. Point it at `jinaai/jina-embeddings-v2-base-code`,
the published code embedding model, drop the stale "requires HF token" note
in the README, and add a regression test for the alias.
Fixes #1025.1 parent 0d9ecee commit a9d9f74
3 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
0 commit comments