You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`id`**| String or number |`null`| Identifier of the target document (mandatory) |
29
-
|**[`embedder`](/reference/api/search#hybrid-search-experimental)**| String |`"default"`| Embedder to use when computing recommendations |
29
+
|**[`embedder`](/reference/api/search#hybrid-search-experimental)**| String |`"default"`| Embedder to use when computing recommendations. Mandatory|
30
30
|**[`attributesToRetrieve`](/reference/api/search#attributes-to-retrieve)**| Array of strings |`["*"]`| Attributes to display in the returned documents|
31
31
|**[`offset`](/reference/api/search#offset)**| Integer |`0`| Number of documents to skip |
32
32
|**[`limit`](/reference/api/search#limit)**| Integer |`20`| Maximum number of documents returned |
@@ -83,7 +83,7 @@ Retrieve documents similar to a specific search result.
83
83
| Parameter | Type | Default value | Description |
|**`id`**| String or number |`null`| Identifier of the target document (mandatory) |
86
-
|**[`embedder`](/reference/api/search#hybrid-search-experimental)**| String |`"default"`| Embedder to use when computing recommendations |
86
+
|**[`embedder`](/reference/api/search#hybrid-search-experimental)**| String |`"default"`| Embedder to use when computing recommendations. Mandatory|
87
87
|**[`attributesToRetrieve`](/reference/api/search#attributes-to-retrieve)**| Array of strings |`["*"]`| Attributes to display in the returned documents|
88
88
|**[`offset`](/reference/api/search#offset)**| Integer |`0`| Number of documents to skip |
89
89
|**[`limit`](/reference/api/search#limit)**| Integer |`20`| Maximum number of documents returned |
0 commit comments