sample-apps icon indicating copy to clipboard operation
sample-apps copied to clipboard

Repository of sample applications for https://vespa.ai, the open big data serving engine

Results 16 sample-apps issues
Sort by recently updated
recently updated
newest added

Demo of how to let social graph impact ranking when searching for names. If we want to keep this sample app, we need to update tests. I confirm that this...

This is just a draft to visualise the proposed JSON test syntax. I confirm that this contribution is made under the terms of the license found in the root directory...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/vespa-engine/sample-apps). > [!NOTE] These dependencies have not received...

Refer to the following link to deploy vespa on a three-node self-built kubernetes cluster. https://github.com/vespa-engine/sample-apps/tree/master/examples/operations/multinode-HA/gke Among them, service-query.yml and service-feed.yml are two configuration files. Since they are deployed locally, the...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [transformers](https://togithub.com/huggingface/transformers) | `==4.10.3` -> `==4.36.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/transformers/4.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [transformers](https://github.com/huggingface/transformers) from 4.10.3 to 4.36.0. Release notes Sourced from transformers's releases. v4.36: Mixtral, Llava/BakLlava, SeamlessM4T v2, AMD ROCm, F.sdpa wide-spread support New model additions Mixtral Mixtral is the new...

dependencies
python

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

## What - Replace the custom vespa cloud endpoints with the generated ones. ## Why - The custom endpoints are deprecated and will be removed in the future. ## Additional...

I'm implementing the Vespa multinode-ha example in an on-prem Kubernetes Cluster. Is there a way to properly expose vespa-internal using a LB? My data scientist team prefer to access/use http://myserversxyz:19071...