raskr / sample-apps

Repository of sample applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vespa sample applications

Vespa Sampleapps Search Feed /sample-apps link checker

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

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.


About

Repository of sample applications

License:Apache License 2.0


Languages

Language:Java 56.8%Language:Python 32.2%Language:JavaScript 4.6%Language:CSS 2.5%Language:Shell 2.1%Language:R 0.7%Language:HTML 0.6%Language:Ruby 0.3%Language:Dockerfile 0.2%