Skip to content

Commit

Permalink
Merge pull request #1320 from vespa-engine/kkraune/link
Browse files Browse the repository at this point in the history
update link to moved file
  • Loading branch information
kkraune authored Oct 11, 2023
2 parents 3110586 + 6c34dbe commit 7cb60c1
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion billion-scale-image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ for playing around with the app on a laptop.
**Requirements:**

* [Docker](https://www.docker.com/) Desktop installed and running. 6GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion billion-scale-vector-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for reproducing on a laptop.
**Requirements:**

* [Docker](https://www.docker.com/) Desktop installed and running. 6GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion commerce-product-ranking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The dataset is released under the [Apache 2.0 license](https://github.com/amazon
The following is a quick start recipe on how to get started with this application.

* [Docker](https://www.docker.com/) Desktop installed and running. 6 GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion custom-embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Read the [blog post](https://blog.vespa.ai/).
The following is a quick start recipe on how to get started with this application:

* [Docker](https://www.docker.com/) Desktop installed and running. 4 GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
4 changes: 2 additions & 2 deletions dense-passage-retrieval-with-ann/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ recreate the results in the DPR paper, see the [next section](#how-to-feed-the-e

Requirements:
* [Docker](https://www.docker.com/) Desktop installed and running. 6GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down Expand Up @@ -146,7 +146,7 @@ $ docker rm -f vespa
## How to feed the entire dataset

To run the full dataset, minimum **128GB** system memory for the content node is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting:

Since the DPR repo depends on a different version of transformers library,
Expand Down
2 changes: 1 addition & 1 deletion examples/document-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Flow:

### Validate the environment:
Make sure you see at minimum 4 GB.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting:
<pre>
$ docker info | grep "Total Memory"
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-request-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Refer to [getting started](https://docs.vespa.ai/en/getting-started.html) for mo

**Validate environment, should be minimum 4G:**

Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting:
<pre>
$ docker info | grep "Total Memory"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for more information.

**Validate environment, should be minimum 4G:**

Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting:
<pre>
$ docker info | grep "Total Memory"
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-bundles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Docker requirements same as in the [quick-start](https://docs.vespa.ai/en/vespa-

**Validate environment, must be minimum 4G:**

Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting:
<pre>
$ docker info | grep "Total Memory"
Expand Down
2 changes: 1 addition & 1 deletion examples/operations/basic-search-on-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please refer to
for more information on the basic single container example.
Also see [Vespa quick start using Kubernetes](https://docs.vespa.ai/en/vespa-quick-start-kubernetes.html).
Containers running Vespa should have minimum 4 GB memory available.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting.

See [multinode-HA/gke](../multinode-HA/gke) for a more detailed Kubernetes example.
Expand Down
4 changes: 2 additions & 2 deletions examples/part-purchases-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A sample Vespa application to assist with learning how to group according to the
**Requirements:**

* [Docker](https://www.docker.com/) Desktop installed and running. 4GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
* Architecture: x86_64 or arm64
Expand All @@ -23,7 +23,7 @@ A sample Vespa application to assist with learning how to group according to the
$ docker info | grep "Total Memory"
</pre>

Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting:


Expand Down
2 changes: 1 addition & 1 deletion examples/predicate-fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ using marketplace business metrics like cost-per-click (CPC) and user
Requirements:

* [Docker](https://www.docker.com/) Desktop installed and running. 6 GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion incremental-search/search-as-you-type/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Uses N-grams to simulate substring search.
## Quick Start
Requirements:
* [Docker](https://www.docker.com/) Desktop installed and running. 4GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion incremental-search/search-suggestions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ which is usually what one wants for short prefix lengths.
## Quick start
Requirements:
* [Docker](https://www.docker.com/) Desktop installed and running. 4GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion model-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ various ways stateless model evaluation can be used in Vespa:

Requirements:
* [Docker](https://www.docker.com/) Desktop installed and running. 6GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion multi-vector-indexing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vector space.
The following is a quick start recipe on how to get started with this application.

* [Docker](https://www.docker.com/) Desktop installed and running. 4 GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion multilingual-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Read the [blog post](https://blog.vespa.ai/simplify-search-with-multilingual-emb
The following is a quick start recipe on how to get started with this application.

* [Docker](https://www.docker.com/) Desktop installed and running. 4 GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion semantic-qa-retrieval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ One can explore the questions and the labeled answers [here](https://rajpurkar.g
* git client to check out the sample application repository
* Operating system: macOS or Linux, Architecture: x86_64 or arm64
* Minimum 6 GB memory dedicated to Docker (the default is 2 GB on Macs).
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting.

See also [Vespa quick start guide](https://docs.vespa.ai/en/vespa-quick-start.html).
Expand Down
2 changes: 1 addition & 1 deletion text-image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokenization and transformer model evaluation.
## Quick start
Requirements:
* [Docker](https://www.docker.com/) Desktop installed and running. 6GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion text-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following is for deploying the end to end application including a custom fro
## Prerequisites

* [Docker](https://www.docker.com/) Desktop installed and running. 10GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
* Architecture: x86_64 or arm64
Expand Down
2 changes: 1 addition & 1 deletion transformers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vespa stateless container.
## Requirements:

* [Docker](https://www.docker.com/) Desktop installed and running. 4GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion use-case-shopping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ but you can download other data from the site above and use the scripts to conve

Requirements:
* [Docker](https://www.docker.com/) Desktop installed and running. 4 GB available memory for Docker is minimum.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down
2 changes: 1 addition & 1 deletion vector-streaming-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using a [Bert embedder](https://docs.vespa.ai/en/reference/embedding-reference.h
The following is a quick start recipe on how to get started with this application.

* [Docker](https://www.docker.com/) Desktop installed and running. 4 GB available memory for Docker is recommended.
Refer to [Docker memory](https://docs.vespa.ai/en/operations/docker-containers.html#memory)
Refer to [Docker memory](https://docs.vespa.ai/en/operations-selfhosted/docker-containers.html#memory)
for details and troubleshooting
* Alternatively, deploy using [Vespa Cloud](#deployment-note)
* Operating system: Linux, macOS or Windows 10 Pro (Docker requirement)
Expand Down

0 comments on commit 7cb60c1

Please sign in to comment.