Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 1 addition & 34 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,4 @@
<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
Welcome to the [Vespa Cloud](https://cloud.vespa.ai/) sample applications repository!

First-time users should go through the [getting-started](https://cloud.vespa.ai/en/getting-started) guide first.

The [Vespa.ai](https://vespa.ai/) sample applications are created to run both self-hosted and on Vespa Cloud -
check the repository at [Vespa.ai sample apps](https://github.com/vespa-engine/sample-apps).
You can easily deploy Vespa.ai the sample applications to Vespa Cloud without changing the files -
just follow the same steps as for [vector-search](#vector-search), adding security credentials.

Below, find sample applications written _specifically_ for Vespa Cloud.


## vector-search
There is a growing interest in AI-powered vector representations of unstructured multimodal data
and searching efficiently over these representations.
[vector-search](https://github.com/vespa-cloud/vector-search)
describes how your organization can unlock the full potential of multimodal AI-powered vector representations
using Vespa Cloud - the industry-leading managed Vector Search Service.


## cord-19-search
[cord19.vespa.ai](https://cord19.vespa.ai/) is a full-featured application - see
* [cord-19](https://github.com/vespa-engine/cord-19): frontend
* [cord-19-search](https://github.com/vespa-cloud/cord-19-search): search backend


## vespa-documentation-search
[vespa-documentation-search](https://github.com/vespa-cloud/vespa-documentation-search) is a search application -
refer to this for pointers on AWS integration / GitHub Actions automation.
This sample app is a good start for [automated deployments](https://cloud.vespa.ai/en/automated-deployments),
as it has system, staging and production test examples.
It uses the [Document API](https://docs.vespa.ai/en/document-api-guide.html)
both for regular PUT operations but also for UPDATE with _create-if-nonexistent_.
Find Vespa sample applications at [sample-apps](https://github.com/vespa-engine/sample-apps).