Skip to content

Commit e3b5b5a

Browse files
authored
Update search.mdx (#61)
In the AssemblyScript example, the embedding function is called "embed", not "minilm". Confusing at first
1 parent 7cf97f4 commit e3b5b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modus/search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ With an embedding function in place, declare a search method in the
263263
"myProducts": {
264264
"searchMethods": {
265265
"searchMethod1": {
266-
"embedder": "minilm" // embedding function name
266+
"embedder": "embed" // embedding function name
267267
}
268268
}
269269
}

0 commit comments

Comments
 (0)