Skip to content

Commit 5280199

Browse files
Add ModernBERT to list of possibly supported models (#3402)
1 parent 9757e78 commit 5280199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ The model your embedder uses when generating vectors. These are the officially s
26582658
- `openAi`: `text-embedding-3-small`, `text-embedding-3-large`, `openai-text-embedding-ada-002`
26592659
- `huggingFace`: `BAAI/bge-base-en-v1.5`
26602660

2661-
Other models, such as [HuggingFace's BERT models](https://huggingface.co/models?other=bert) or those provided by Ollama and REST embedders may also be compatible with Meilisearch.
2661+
Other models, such as [HuggingFace's BERT models](https://huggingface.co/models?other=bert) and [ModernBERT](https://huggingface.co/models?other=modernbert), as well as some of the models provided by Ollama and REST embedders, may also be compatible with Meilisearch.
26622662

26632663
This field is mandatory for `Ollama` embedders.
26642664

0 commit comments

Comments
 (0)