Skip to content

Latest commit

 

History

History
 
 

vespa-cloud

Vespa Cloud sample applications

album-recommendation

This is the intro application to Vespa.

cord-19-search

cord19.vespa.ai is a is a full-featured application - see

vespa-documentation-search

vespa-documentation-search is a simple search application - refer to this for pointers on AWS integration / GitHub Actions automation


These applications are written for Vespa Cloud. To deploy to a self-hosted, like a Docker container on developer computer, follow steps below - refer to album-recommendation-selfhosted for a working example

  1. Modify nodes element in services.xml, replace count with node elements:

    <nodes count="1" />
    
    <nodes>
        <node hostalias="node1" distribution-key="0" />
    </nodes>
    
  2. Add hosts.xml

  3. Remove in services.xml.


Note: Applications with pom.xml must be built before being deployed. Refer to developing applications for more information.

Contribute to the Vespa sample applications.