Skip to content

Commit eac44a1

Browse files
committed
remove unused zip path
1 parent a5db7e4 commit eac44a1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

console-sample-apps.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
],
1111
"category": "Getting Started",
1212
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/album-recommendation#readme",
13-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/album-recommendation/application.zip",
1413
"exampleQuery": {
1514
"yql": "select * from music where true",
1615
"ranking": {
@@ -33,7 +32,6 @@
3332
],
3433
"category": "Getting Started",
3534
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/news#readme",
36-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/news/application.zip",
3735
"exampleQuery": {
3836
"yql": "select * from news where title contains phrase(\"hello\",\"world\")"
3937
},
@@ -51,7 +49,6 @@
5149
],
5250
"category": "Getting Started",
5351
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/text-search#readme",
54-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/text-search/application.zip",
5552
"exampleQuery": {
5653
"yql": "select title,url,id from msmarco where userQuery()",
5754
"query": "what is dad bod"
@@ -69,7 +66,6 @@
6966
],
7067
"category": "E-commerce",
7168
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/part-purchases-demo#readme",
72-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/part-purchases-demo/application.zip",
7369
"exampleQuery": {
7470
"yql": "select * from purchase where true"
7571
},
@@ -90,7 +86,6 @@
9086
],
9187
"category": "E-commerce",
9288
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/commerce-product-ranking#readme",
93-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/product-ranking/application.zip",
9489
"exampleQuery": {
9590
"yql": "select * from product where true"
9691
},
@@ -114,7 +109,6 @@
114109
],
115110
"category": "Ranking",
116111
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/msmarco-ranking#readme",
117-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/msmarco-ranking/application.zip",
118112
"exampleQuery": {
119113
"query": "what was the manhattan project",
120114
"yql": "select * from passage where {targetHits: 100}nearestNeighbor(e5, q)",
@@ -137,7 +131,6 @@
137131
],
138132
"category": "Ranking",
139133
"repository": "https://github.com/vespa-engine/sample-apps/tree/master/colbert#readme",
140-
"zipPath": "https://data.vespa-cloud.com/console/one-click-sample-apps/colbert/application.zip",
141134
"exampleQuery": {
142135
"query": "shipping stuff over the sea",
143136
"yql": "select * from doc where userQuery() or ({targetHits: 100}nearestNeighbor(embedding, q))",

0 commit comments

Comments
 (0)