forked from vespa-engine/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_suggestions_config.yml
28 lines (27 loc) · 951 Bytes
/
_suggestions_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright Vespa.ai. All rights reserved.
search:
namespace: "term"
doc_type: "term"
do_feed : true
do_index_removal_before_feed: false
feed_endpoints:
# vespacloud-docsearch // aws // us-east-1c
- url: https://b671e1db.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json
# vespacloud-docsearch // gcp // us-central1-f
- url: https://a341952a.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json
# vespacloud-docsearch // aws // eu-west-1a
- url: https://ed053d52.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json
# vespacloud-docsearch // aws (enclave) // us-west-1c
- url: https://c967e4f5.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json
# vespacloud-docsearch // gcp (enclave) // us-central1-f
- url: https://d13733c3.b68a8c0d.z.vespa-app.cloud/
indexes:
- suggestions_index.json