Skip to content

Commit

Permalink
Merge pull request #3340 from vespa-engine/kkraune-patch-2
Browse files Browse the repository at this point in the history
non-functional
  • Loading branch information
kkraune committed Aug 28, 2024
2 parents 6de3f47 + 05f57ff commit 743a949
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions en/tutorials/hybrid-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ Write the following to `app/services.xml`:
<document-processing />
<document-api />
<component id="arctic" type="hugging-face-embedder">
<transformer-model url="https://huggingface.co/Snowflake/snowflake-arctic-embed-xs/resolve/main/onnx/model_quantized.onnx"/>
<tokenizer-model url="https://huggingface.co/Snowflake/snowflake-arctic-embed-xs/raw/main/tokenizer.json"/>
<pooling-strategy>cls</pooling-strategy>
<prepend>
<query>Represent this sentence for searching relevant passages: </query>
</prepend>
</component>
<transformer-model url="https://huggingface.co/Snowflake/snowflake-arctic-embed-xs/resolve/main/onnx/model_quantized.onnx"/>
<tokenizer-model url="https://huggingface.co/Snowflake/snowflake-arctic-embed-xs/raw/main/tokenizer.json"/>
<pooling-strategy>cls</pooling-strategy>
<prepend>
<query>Represent this sentence for searching relevant passages: </query>
</prepend>
</component>
</container>

<content id="content" version="1.0">
Expand Down

0 comments on commit 743a949

Please sign in to comment.