Skip to content

Commit

Permalink
Merge pull request #1410 from vespa-engine/jobergum/modernize
Browse files Browse the repository at this point in the history
modernize this app
  • Loading branch information
kkraune authored Mar 14, 2024
2 parents 10f4641 + 0bd9ef6 commit db70db4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30,545 deletions.
9 changes: 1 addition & 8 deletions commerce-product-ranking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,10 @@ Download this sample application:
$ vespa clone commerce-product-ranking my-app && cd my-app
</pre>

Download ONNX models for neural ranking:
Download cross-encoder model:
<pre data-test="exec">
$ mkdir -p application/models
$ curl -L -o application/models/title_ranker.onnx \
https://data.vespa.oath.cloud/sample-apps-data/title_ranker.onnx

$ curl -L -o application/models/title_encoder.onnx \
https://data.vespa.oath.cloud/sample-apps-data/title_encoder.onnx

$ curl -L -o application/models/description_encoder.onnx \
https://data.vespa.oath.cloud/sample-apps-data/description_encoder.onnx
</pre>

See [scripts/export-bi-encoder.py](scripts/export-bi-encoder.py) and
Expand Down
Loading

0 comments on commit db70db4

Please sign in to comment.