Vespa Quickstart - How to build an Application with Vespa
Blog post from Vespa
Vespa Quickstart is a comprehensive guide designed to help users set up and deploy their first application using the Vespa AI search platform, specifically by building a simple search application for the top-rated films on IMDB. The guide details how to install necessary tools like Pyvespa and Vespa CLI, prepare and transform data into a format suitable for Vespa, configure applications with schemas and fields, and deploy them on Vespa Cloud. Additionally, it outlines the process of querying the deployed application and emphasizes the use of userQuery() for handling user inputs safely. The tutorial encourages experimentation with the provided code and suggests further exploration of Vespa's advanced features, such as vector search and custom ranking, in future guides.