Skip to content

stratocentric/vespa-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vespa sample applications

Featured sample applications

album-recommendation

This is the intro application to Vespa. Learn how to configure the schema for simple recommendation and search use cases. Try the apps on Vespa Cloud or using Docker

blog-recommendation

This set of sample apps goes deeper. Starting with blog-search, a more complex search app is build. Then transform this into an app for making recommendations in blog-recommendation. Finally, use machine learning to train and use a model for use in recommendations.

use-case-shopping

Create an end-to-end E-Commerce shopping engine using use-case-shopping and an Amazon product data set.

text-search

text-search dives deep into text ranking, using Vespa's nativerank and BM25 implementations. It uses the MS Marco dataset.

semantic-qa-retrieval

semantic-qa-retrieval takes text search to the next level using the Stanford Question Answering Dataset (SQuAD), text embeddings and tensor ranking. This sample app demonstrates how to return answers to questions.

Detailed sample applications

model-evaluation: A sample Vespa application which demonstrates Stateless ML Model Evaluation.

boolean-search: Learn how to use predicate fields to implement boolean indexing. I.e. how to express in a document a range of values to match, like "this fits readers in age range 20 to 30".

multiple-bundles: Build a Java application using components and dependencies in other bundles (jars).

basic-search-*: Simple application that can be deployed in different environments


Note: Applications with pom.xml must be built before being deployed. Refer to the Developer Guide for more information.

Contribute to the Vespa sample applications.


Travis-CI build status: Build Status

About

sample apps

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from vespa-engine/sample-apps