Skip to content

Commit

Permalink
Use Vespa CLI for feed
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune authored Sep 14, 2023
1 parent d88b310 commit 8f2936e
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 8f2936e

Please sign in to comment.