Skip to content

Commit 635c8ee

Browse files
committed
Merge branch 'DOC-5777' of github.com:redis/docs into DOC-5777
2 parents 80810bf + ca6770b commit 635c8ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/develop/ai/search-and-query/administration/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ These are the pre-bundled scoring functions available in Redis:
245245

246246
The relevance score for each document is multiplied by the presumptive document score and a penalty is applied based on slop as in `TFIDF`.
247247

248-
{{ note }}
248+
{{< note >}}
249249
The `BM25` scorer was renamed `BM25STD` in Redis Open Source 8.4. `BM25` is deprecated.
250-
{{ /note }}
250+
{{< /note >}}
251251

252252
* **BM25STD.NORM**
253253

content/develop/ai/search-and-query/advanced-concepts/scoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ A variation on the basic `TFIDF` scorer, see [this Wikipedia article for more in
8484

8585
The relevance score for each document is multiplied by the presumptive document score and a penalty is applied based on slop as in `TFIDF`.
8686

87-
{{ note }}
87+
{{< note >}}
8888
The `BM25` scorer was renamed `BM25STD` in Redis Open Source 8.4. `BM25` is deprecated.
89-
{{ /note }}
89+
{{< /note >}}
9090

9191
```
9292
FT.SEARCH myIndex "foo" SCORER BM25STD

0 commit comments

Comments
 (0)