vectorStore experimental featurevectorStore experimental feature be enabled:
retrieveVectors in search and documents routesvectorStore experimental feature.vectorStore is removed from the list of experimental features./experimental-features whose body contains the vectorStore key will fail./experimental-features will no longer contain the vectorStore key.embedders key even if its subobject is empty.ollama embeddersTracked by https://github.com/meilisearch/meilisearch/issues/5002
Implemented in https://github.com/meilisearch/meilisearch/pull/5234
Meilisearch v1.13 will no longer accept any url for ollama embedders, but only URLs that end with either:
/api/embed or/api/embeddingsAny other suffix will cause the setting update to fail with the invalid_setting_embedder error code.