Skip to content

Commit

Permalink
Merge pull request #991 from vespa-engine/kkraune/feed
Browse files Browse the repository at this point in the history
simplify feed
  • Loading branch information
kkraune authored Dec 17, 2024
2 parents 9fe717e + d4dc1da commit 76a602f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,15 @@ jobs:
# See https://docs.vespa.ai/en/vespa-cli.html.
# The environment variables below have credentials for endpoint access -
# use the key/cert files in .vespa and paste their content into GitHub Secrets.
# VESPA_CLI_API_KEY must be set and empty as below.
export VESPA_CLI_DATA_PLANE_CERT
export VESPA_CLI_DATA_PLANE_KEY
export VESPA_CLI_API_KEY=
./feed_to_vespa.py _config.yml
- name: Feed paragraphs site
run: |
export VESPA_CLI_DATA_PLANE_CERT
export VESPA_CLI_DATA_PLANE_KEY
export VESPA_CLI_API_KEY=
./feed-split.py pyvespa_index.json https://pyvespa.readthedocs.io/en/latest questions.jsonl
./feed_to_vespa.py _paragraphs_config.yml
- name: Feed suggestions
run: |
export VESPA_CLI_DATA_PLANE_CERT
export VESPA_CLI_DATA_PLANE_KEY
export VESPA_CLI_API_KEY=
./feed_to_vespa.py _suggestions_config.yml

0 comments on commit 76a602f

Please sign in to comment.