Skip to content

Commit

Permalink
Merge pull request #1389 from vespa-engine/bjormel/data-proofer-ignor…
Browse files Browse the repository at this point in the history
…e_openjdk.org_links

data-proofer-ignore openjdk.org links
  • Loading branch information
kkraune authored Feb 1, 2024
2 parents cfa1a20 + 73e1dfa commit 05c43a3
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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 @@ -117,7 +117,7 @@ for playing around with the app on a laptop.
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* Python3 and numpy to process the vector dataset
* [Apache Maven](https://maven.apache.org/install.html) - this sample app uses custom Java components and Maven is used
to build the application.
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 @@ -33,7 +33,7 @@ for reproducing on a laptop.
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* Python3 and numpy to process the vector dataset
* [Apache Maven](https://maven.apache.org/install.html) - this sample app uses custom Java components and Maven is used
to build the application.
Expand Down
2 changes: 1 addition & 1 deletion dense-passage-retrieval-with-ann/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* python3.7+ installed. Using Python runtime environments (e.g. using [Conda](https://conda.io/projects/conda/en/latest/index.html)) is highly recommended
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.
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 @@ -61,7 +61,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html).
This sample app uses custom Java components and Maven is used to build the application.

Expand Down
2 changes: 1 addition & 1 deletion examples/vespa-chinese-linguistics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Solr, Elasticsearch, QihooVerticalSearch (based on Lucene) and so on.


### Requirements
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html)


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 @@ -21,7 +21,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.

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 @@ -68,7 +68,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.

Expand Down
2 changes: 1 addition & 1 deletion model-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Requirements:
* Minimum 4GB memory dedicated to Docker.
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.

Expand Down
2 changes: 1 addition & 1 deletion msmarco-ranking/document-ranking-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.
* zstd: `brew install zstd`
Expand Down
2 changes: 1 addition & 1 deletion msmarco-ranking/passage-ranking-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html).
This sample app uses custom Java components and Maven is used to build the application.
* zstd: `brew install zstd`
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 @@ -57,7 +57,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.
* python3.8+ (tested with 3.8)
Expand Down
2 changes: 1 addition & 1 deletion text-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following is for deploying the end to end application including a custom fro
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* python 3
* [Java 17](https://openjdk.org/projects/jdk/17/)
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html)

## Installing vespa-cli
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 @@ -27,7 +27,7 @@ Requirements:
* Architecture: x86_64 or arm64
* [Homebrew](https://brew.sh/) to install [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html), or download
a vespa cli release from [GitHub releases](https://github.com/vespa-engine/vespa/releases).
* [Java 17](https://openjdk.org/projects/jdk/17/) installed.
* <a href="https://openjdk.org/projects/jdk/17/" data-proofer-ignore>Java 17</a> installed.
* [Apache Maven](https://maven.apache.org/install.html) This sample app uses custom Java components and Maven is used
to build the application.
* python3
Expand Down

0 comments on commit 05c43a3

Please sign in to comment.