From 8f2936eef41c3e86484e62bfa275596106b40a71 Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Thu, 14 Sep 2023 11:51:32 +0200 Subject: [PATCH] Use Vespa CLI for feed --- trec-covid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trec-covid.md b/trec-covid.md index 110ec70..b469080 100644 --- a/trec-covid.md +++ b/trec-covid.md @@ -18,10 +18,10 @@ the `beir/trec-covid` version. ir_datasets export beir/trec-covid docs --format jsonl --fields text title doc_id |python3 scripts/trec-covid-dataset.py > trec_covid_feed.jsonl ``` -Index the dataset into Vespa using the feed client: +Index the dataset into Vespa using the [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html#documents): ``` -./vespa-feed-client-cli/vespa-feed-client --endpoint http://localhost:8080 --file trec_covid_feed.jsonl --verbose +vespa feed -t http://localhost:8080 trec_covid_feed.jsonl ``` ## Evaluation