Home / Companies / Vespa / Blog / July 2025

July 2025 Summaries

2 posts from Vespa

Filter
Month: Year:
Post Summaries Back to Blog
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.
Jul 10, 2025 1,994 words in the original blog post.
The RAG Blueprint is an open-source sample application designed to assist developers in creating highly accurate and scalable Retrieval Augmented Generation (RAG) solutions, using Vespa as its foundation. It addresses challenges such as optimizing searchable units, selecting retrieval strategies, and ranking documents through machine learning to enhance performance and accuracy. The blueprint provides a comprehensive guide for designing, evaluating, and deploying RAG applications, including techniques for automatic chunking and context relevance to cater to both agentic and human users. It emphasizes a data-driven approach to improve retrieval and ranking pipelines and supports diverse use cases with the same search application, aiming to simplify and democratize the development of production-ready RAG systems.
Jul 09, 2025 798 words in the original blog post.