Skip to content

Commit 5c96fd4

Browse files
authored
Merge pull request #1693 from vespa-engine/kkraune-patch-1
link fix
2 parents 83883c7 + 3f634ae commit 5c96fd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

splade/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

120120
It includes a [match-features](https://docs.vespa.ai/en/reference/schema-reference.html#match-features) configuration
121121
specifying 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
198198
This 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>

0 commit comments

Comments
 (0)