diff --git a/modus/search.mdx b/modus/search.mdx index 46a38015..8640b27a 100644 --- a/modus/search.mdx +++ b/modus/search.mdx @@ -263,7 +263,7 @@ With an embedding function in place, declare a search method in the "myProducts": { "searchMethods": { "searchMethod1": { - "embedder": "minilm" // embedding function name + "embedder": "embed" // embedding function name } } }