Skip to content

Commit 5dff6c0

Browse files
committed
deploy: e938b29
1 parent 552285e commit 5dff6c0

7 files changed

Lines changed: 38 additions & 8 deletions

.doctrees/all-modules.doctree

2.52 KB
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/index-and-search.doctree

1.26 KB
Binary file not shown.

all-modules.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,16 @@
18851885
</li>
18861886
</ul>
18871887
</div></blockquote>
1888+
<p>Optional parameters for <cite>IVF_RQ</cite>:</p>
1889+
<blockquote>
1890+
<div><ul class="simple">
1891+
<li><dl class="simple">
1892+
<dt>num_bits</dt><dd><p>The number of bits for RQ (Rabit Quantization). Default is 1.</p>
1893+
</dd>
1894+
</dl>
1895+
</li>
1896+
</ul>
1897+
</div></blockquote>
18881898
<dl class="simple">
18891899
<dt>Optional parameters for <cite>IVF_HNSW_*</cite>:</dt><dd><dl class="simple">
18901900
<dt>max_level</dt><dd><p>Int, the maximum number of levels in the graph.</p>
@@ -6735,6 +6745,16 @@
67356745
</li>
67366746
</ul>
67376747
</div></blockquote>
6748+
<p>Optional parameters for <cite>IVF_RQ</cite>:</p>
6749+
<blockquote>
6750+
<div><ul class="simple">
6751+
<li><dl class="simple">
6752+
<dt>num_bits</dt><dd><p>The number of bits for RQ (Rabit Quantization). Default is 1.</p>
6753+
</dd>
6754+
</dl>
6755+
</li>
6756+
</ul>
6757+
</div></blockquote>
67386758
<dl class="simple">
67396759
<dt>Optional parameters for <cite>IVF_HNSW_*</cite>:</dt><dd><dl class="simple">
67406760
<dt>max_level</dt><dd><p>Int, the maximum number of levels in the graph.</p>

index-and-search.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,16 @@ <h1>Indexing and Searching<a class="headerlink" href="#indexing-and-searching" t
10271027
</li>
10281028
</ul>
10291029
</div></blockquote>
1030+
<p>Optional parameters for <cite>IVF_RQ</cite>:</p>
1031+
<blockquote>
1032+
<div><ul class="simple">
1033+
<li><dl class="simple">
1034+
<dt>num_bits</dt><dd><p>The number of bits for RQ (Rabit Quantization). Default is 1.</p>
1035+
</dd>
1036+
</dl>
1037+
</li>
1038+
</ul>
1039+
</div></blockquote>
10301040
<dl class="simple">
10311041
<dt>Optional parameters for <cite>IVF_HNSW_*</cite>:</dt><dd><dl class="simple">
10321042
<dt>max_level</dt><dd><p>Int, the maximum number of levels in the graph.</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx-reading-durations.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"all-modules": 5.494,
3-
"basic-io": 0.129,
4-
"data-evolution": 0.022,
5-
"dataset": 0.033,
6-
"index": 0.003,
7-
"index-and-search": 0.14,
8-
"random-access": 0.021
2+
"all-modules": 5.28,
3+
"basic-io": 0.126,
4+
"data-evolution": 0.021,
5+
"dataset": 0.236,
6+
"index": 0.002,
7+
"index-and-search": 0.139,
8+
"random-access": 0.02
99
}

0 commit comments

Comments
 (0)