Skip to content

Commit

Permalink
Merge pull request #48 from vespa-cloud/kkraune/cli-feeding
Browse files Browse the repository at this point in the history
Use Vespa CLI for feed
  • Loading branch information
Jo Kristian Bergum authored Nov 13, 2023
2 parents a0226e4 + 8f2936e commit 4afe944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trec-covid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4afe944

Please sign in to comment.