Skip to content

Commit

Permalink
Merge pull request #942 from vespa-engine/thomasht86/update-docsearch…
Browse files Browse the repository at this point in the history
…-feed-endpoints

fix(docsearch-feed): change enclave endpoint url for feeding to docsearch
  • Loading branch information
thomasht86 authored Oct 1, 2024
2 parents f7f42d2 + 0fb7fbb commit d6a997a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,14 @@ search:
- url: https://vespacloud-docsearch.vespa-team.aws-eu-west-1a.z.vespa-app.cloud/
indexes:
- pyvespa_index.json
- url: https://enclave.vespacloud-docsearch.vespa-team.aws-us-east-1c.z.vespa-app.cloud/
# vespacloud-docsearch.cloud-enclave
# prod.aws-us-east-1c
- url: https://c967e4f5.b68a8c0d.z.vespa-app.cloud/
indexes:
- pyvespa_index.json
- url: https://enclave.vespacloud-docsearch.vespa-team.gcp-us-central1-f.z.vespa-app.cloud/
# vespacloud-docsearch.cloud-enclave
# prod.gcp-us-central1-f
- url: https://d13733c3.b68a8c0d.z.vespa-app.cloud/
indexes:
- pyvespa_index.json

Expand Down
8 changes: 6 additions & 2 deletions _paragraphs_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ search:
- url: https://vespacloud-docsearch.vespa-team.aws-eu-west-1a.z.vespa-app.cloud/
indexes:
- paragraph_index.json
- url: https://enclave.vespacloud-docsearch.vespa-team.aws-us-east-1c.z.vespa-app.cloud/
# vespacloud-docsearch.cloud-enclave
# prod.aws-us-east-1c
- url: https://c967e4f5.b68a8c0d.z.vespa-app.cloud/
indexes:
- paragraph_index.json
- url: https://enclave.vespacloud-docsearch.vespa-team.gcp-us-central1-f.z.vespa-app.cloud/
# vespacloud-docsearch.cloud-enclave
# prod.gcp-us-central1-f
- url: https://d13733c3.b68a8c0d.z.vespa-app.cloud/
indexes:
- paragraph_index.json
8 changes: 6 additions & 2 deletions _suggestions_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ search:
- url: https://vespacloud-docsearch.vespa-team.aws-eu-west-1a.z.vespa-app.cloud/
indexes:
- suggestions_index.json
- url: https://enclave.vespacloud-docsearch.vespa-team.aws-us-east-1c.z.vespa-app.cloud/
# vespacloud-docsearch.cloud-enclave
# prod.aws-us-east-1c
- url: https://c967e4f5.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json
- url: https://enclave.vespacloud-docsearch.vespa-team.gcp-us-central1-f.z.vespa-app.cloud/
# vespacloud-docsearch.cloud-enclave
# prod.gcp-us-central1-f
- url: https://d13733c3.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json

0 comments on commit d6a997a

Please sign in to comment.