|
10 | 10 | ], |
11 | 11 | "category": "Getting Started", |
12 | 12 | "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", |
14 | 13 | "exampleQuery": { |
15 | 14 | "yql": "select * from music where true", |
16 | 15 | "ranking": { |
|
33 | 32 | ], |
34 | 33 | "category": "Getting Started", |
35 | 34 | "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", |
37 | 35 | "exampleQuery": { |
38 | 36 | "yql": "select * from news where title contains phrase(\"hello\",\"world\")" |
39 | 37 | }, |
|
51 | 49 | ], |
52 | 50 | "category": "Getting Started", |
53 | 51 | "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", |
55 | 52 | "exampleQuery": { |
56 | 53 | "yql": "select title,url,id from msmarco where userQuery()", |
57 | 54 | "query": "what is dad bod" |
|
69 | 66 | ], |
70 | 67 | "category": "E-commerce", |
71 | 68 | "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", |
73 | 69 | "exampleQuery": { |
74 | 70 | "yql": "select * from purchase where true" |
75 | 71 | }, |
|
90 | 86 | ], |
91 | 87 | "category": "E-commerce", |
92 | 88 | "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", |
94 | 89 | "exampleQuery": { |
95 | 90 | "yql": "select * from product where true" |
96 | 91 | }, |
|
114 | 109 | ], |
115 | 110 | "category": "Ranking", |
116 | 111 | "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", |
118 | 112 | "exampleQuery": { |
119 | 113 | "query": "what was the manhattan project", |
120 | 114 | "yql": "select * from passage where {targetHits: 100}nearestNeighbor(e5, q)", |
|
137 | 131 | ], |
138 | 132 | "category": "Ranking", |
139 | 133 | "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", |
141 | 134 | "exampleQuery": { |
142 | 135 | "query": "shipping stuff over the sea", |
143 | 136 | "yql": "select * from doc where userQuery() or ({targetHits: 100}nearestNeighbor(embedding, q))", |
|
0 commit comments