Skip to content

Commit

Permalink
deploy: 452f450
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Dec 4, 2024
1 parent d64cbeb commit 0a1bc11
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
7 changes: 6 additions & 1 deletion _sources/autoapi/dicee/scripts/index_serve/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ Module Contents
.. py:attribute:: qdrant_client
.. py:method:: get(entity: str | List[str] = None)
.. py:attribute:: topk
:value: 5



.. py:method:: get(entity: str = None)
.. py:method:: search(entity: str)
Expand Down
7 changes: 6 additions & 1 deletion autoapi/dicee/scripts/index_serve/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,14 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<span class="sig-name descname"><span class="pre">qdrant_client</span></span><a class="headerlink" href="#dicee.scripts.index_serve.NeuralSearcher.qdrant_client" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="dicee.scripts.index_serve.NeuralSearcher.topk">
<span class="sig-name descname"><span class="pre">topk</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">5</span></em><a class="headerlink" href="#dicee.scripts.index_serve.NeuralSearcher.topk" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="dicee.scripts.index_serve.NeuralSearcher.get">
<span class="sig-name descname"><span class="pre">get</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">entity</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">]</span></span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#dicee.scripts.index_serve.NeuralSearcher.get" title="Link to this definition"></a></dt>
<span class="sig-name descname"><span class="pre">get</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">entity</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#dicee.scripts.index_serve.NeuralSearcher.get" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
Expand Down
Binary file modified diceembeddings.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4646,6 +4646,8 @@ <h2 id="T">T</h2>

<ul>
<li><a href="autoapi/dicee/models/transformers/index.html#dicee.models.transformers.BytE.topk">(dicee.models.transformers.BytE attribute)</a>
</li>
<li><a href="autoapi/dicee/scripts/index_serve/index.html#dicee.scripts.index_serve.NeuralSearcher.topk">(dicee.scripts.index_serve.NeuralSearcher attribute)</a>
</li>
</ul></li>
<li><a href="autoapi/dicee/dataset_classes/index.html#dicee.dataset_classes.MultiLabelDataset.torch_ordered_shaped_bpe_entities">torch_ordered_shaped_bpe_entities (dicee.dataset_classes.MultiLabelDataset attribute)</a>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0a1bc11

Please sign in to comment.