aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/embed_generic/services.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-08-31 22:50:14 +0200
committerJon Bratseth <bratseth@gmail.com>2022-08-31 22:50:14 +0200
commitadcb1d4d55e71d78c662f798b033d3abea0d4b9e (patch)
tree5867c3ac85792c1578d6ce463e8e24dd2aea7fb0 /config-model/src/test/cfg/application/embed_generic/services.xml
parent2b83da619a3ee2f38a1a3b05576f44d7451b3daf (diff)
Add 'model' config type
Diffstat (limited to 'config-model/src/test/cfg/application/embed_generic/services.xml')
-rw-r--r--config-model/src/test/cfg/application/embed_generic/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/cfg/application/embed_generic/services.xml b/config-model/src/test/cfg/application/embed_generic/services.xml
index ea430f24e2f..d2c22c03343 100644
--- a/config-model/src/test/cfg/application/embed_generic/services.xml
+++ b/config-model/src/test/cfg/application/embed_generic/services.xml
@@ -8,7 +8,7 @@
class='ai.vespa.example.paragraph.ApplicationSpecificEmbedder'
bundle='exampleEmbedder'>
<config name='ai.vespa.example.paragraph.sentence-embedder'>
- <model id="minilm-l6-v2" url="application-url" />
+ <model model-id="minilm-l6-v2" url="application-url" />
<vocab path="files/vocab.txt"/>
<myValue>foo</myValue>
</config>