We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5c124 commit 7b4d607Copy full SHA for 7b4d607
packages/client-search/src/types/Settings.ts
@@ -348,8 +348,8 @@ export type Settings = {
348
* Whether this index should use Dynamic Re-Ranking.
349
* @link https://www.algolia.com/doc/guides/algolia-ai/re-ranking/
350
*
351
- * Note: In order for this parameter to work, the index needs to be opted in to the Dynamic Re-Ranking feature, if your plan allows it.
352
- * This can be done in the dashboard.
+ * Note: You need to turn on Dynamic Re-Ranking on your index for it to have an effect on
+ * your search results. You can do this through the Re-Ranking page on the dashboard.
353
*/
354
readonly enableReRanking?: boolean;
355
0 commit comments