File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Which will produce the following hit output
115115}
116116```
117117
118- The ` rank-profile ` used here is ` default ` , specified in the [ schemas/doc.sd] ( schemas/doc.sd ) file.
118+ The ` rank-profile ` used here is ` default ` , specified in the [ schemas/doc.sd] ( app/ schemas/doc.sd) file.
119119
120120It includes a [ match-features] ( https://docs.vespa.ai/en/reference/schema-reference.html#match-features ) configuration
121121specifying tensor and rank-features we want to return with each hit. We have:
@@ -198,4 +198,4 @@ $ find models/ -type f ! -name 'model.onnx' ! -name 'tokenizer.json' | xargs rm
198198This is only relevant when running this sample application locally. Remove the container after use:
199199<pre data-test =" exec " >
200200$ docker rm -f vespa
201- </pre >
201+ </pre >
You can’t perform that action at this time.
0 commit comments