File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2
2
3
- ![ Vespa Cloud logo] ( https://cloud.vespa.ai/assets/logos/vespa-cloud-logo-full-black.png )
3
+ <picture >
4
+ <source media =" (prefers-color-scheme: dark) " srcset =" https://vespa.ai/assets/vespa-ai-logo-heather.svg " >
5
+ <source media =" (prefers-color-scheme: light) " srcset =" https://vespa.ai/assets/vespa-ai-logo-rock.svg " >
6
+ <img alt =" #Vespa " width =" 200 " src =" https://vespa.ai/assets/vespa-ai-logo-rock.svg " style =" margin-bottom : 25px ;" >
7
+ </picture >
4
8
5
9
# Vespa Cloud sample applications - CORD-19 Search
6
10
@@ -30,3 +34,6 @@ $ curl "https://api.cord19.vespa.ai/search/?query=sars-cov-2"
30
34
</pre >
31
35
32
36
<!-- Moved from https://github.com/vespa-engine/sample-apps/blob/a5a5fea369554691ef61d3e26c9337c878a0b2ea/vespa-cloud/cord-19-search/README.md -->
37
+
38
+
39
+ vespa-cloud/vespa-documentation-search
Original file line number Diff line number Diff line change 1
1
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2
2
3
- ![ Vespa logo] ( https://vespa.ai/assets/vespa-logo-color.png )
3
+ <picture >
4
+ <source media =" (prefers-color-scheme: dark) " srcset =" https://vespa.ai/assets/vespa-ai-logo-heather.svg " >
5
+ <source media =" (prefers-color-scheme: light) " srcset =" https://vespa.ai/assets/vespa-ai-logo-rock.svg " >
6
+ <img alt =" #Vespa " width =" 200 " src =" https://vespa.ai/assets/vespa-ai-logo-rock.svg " style =" margin-bottom : 25px ;" >
7
+ </picture >
4
8
5
9
6
10
The Vespa app that powers [ CORD-19 Search] ( https://cord19.vespa.ai/ ) is
Original file line number Diff line number Diff line change 1
1
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2
2
3
- ![ Vespa logo] ( https://vespa.ai/assets/vespa-logo-color.png )
3
+ <picture >
4
+ <source media =" (prefers-color-scheme: dark) " srcset =" https://vespa.ai/assets/vespa-ai-logo-heather.svg " >
5
+ <source media =" (prefers-color-scheme: light) " srcset =" https://vespa.ai/assets/vespa-ai-logo-rock.svg " >
6
+ <img alt =" #Vespa " width =" 200 " src =" https://vespa.ai/assets/vespa-ai-logo-rock.svg " style =" margin-bottom : 25px ;" >
7
+ </picture >
4
8
5
9
## Prerequisites
6
10
Python3 installed and two packages to parse and produce Vespa json feed
You can’t perform that action at this time.
0 commit comments