Home

Awesome

<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg"> <source media="(prefers-color-scheme: light)" srcset="https://assets.vespa.ai/logos/Vespa-logo-dark-RGB.svg"> <img alt="#Vespa" width="200" src="https://assets.vespa.ai/logos/Vespa-logo-dark-RGB.svg" style="margin-bottom: 25px;"> </picture>

Vespa Cloud sample applications - CORD-19 Search

Vespa application creating an index of the CORD-19 dataset.

Continuous deployment to the Vespa Cloud

Demonstrated Vespa features

<pre data-test="exec" data-test-assert-contains='"totalCount":1'> $ curl "https://api.cord19.vespa.ai/search/?query=sars-cov-2" </pre> <!-- Moved from https://github.com/vespa-engine/sample-apps/blob/a5a5fea369554691ef61d3e26c9337c878a0b2ea/vespa-cloud/cord-19-search/README.md -->

vespa-cloud/vespa-documentation-search