Skip to content

Commit 00cde98

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Generate en docs
1 parent 799f654 commit 00cde98

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

localization/v2.5.x/site/en/reference/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ Currently, a vector field only supports one index type. Milvus automatically del
596596
</thead>
597597
<tbody>
598598
<tr><td><code translate="no">inverted_index_algo</code></td><td>The algorithm used for building and querying the index. For details, refer to <a href="/docs/sparse_vector.md#Set-index-params-for-vector-field">Sparse Vector</a>.</td><td><code translate="no">DAAT_MAXSCORE</code> (default), <code translate="no">DAAT_WAND</code>, <code translate="no">TAAT_NAIVE</code></td></tr>
599+
<tr><td><code translate="no">bm25_k1</code></td><td>Controls the term frequency saturation. Higher values increase the importance of term frequencies in document ranking.</td><td>[1.2, 2.0]</td></tr>
600+
<tr><td><code translate="no">bm25_b</code></td><td>Controls the extent to which document length is normalized. Defaults to 0.75.</td><td>[0, 1]</td></tr>
599601
</tbody>
600602
</table>
601603
<div class="alert note">

localization/v2.5.x/site/en/userGuide/manage-indexes/index-vector-fields.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ title: Index Vector Fields
9090
<td class="tg-0pky">SPARSE_INVERTED_INDEX</td>
9191
</tr>
9292
</tbody>
93+
<tbody>
94+
<tr>
95+
<td class="tg-0pky">BM25</td>
96+
<td class="tg-0pky">SPARSE_INVERTED_INDEX</td>
97+
</tr>
98+
</tbody>
9399
</table>
94100
<div class="alert note">
95101
<p>From Milvus 2.5.4 onward, <code translate="no">SPARSE_WAND</code> is being deprecated. Instead, it is recommended to use <code translate="no">&quot;inverted_index_algo&quot;: &quot;DAAT_WAND&quot;</code> for equivalency while maintaining compatibility. For more information, refer to <a href="/docs/sparse_vector.md#Set-index-params-for-vector-field">Sparse Vector</a>.</p>

0 commit comments

Comments
 (0)