-
Notifications
You must be signed in to change notification settings - Fork 1
/
.configs_sample
33 lines (26 loc) · 965 Bytes
/
.configs_sample
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
29
30
31
32
33
# Copy this file to .configs and enter your settings.
# Elastic Search API Settings:
apiurl: es_url
apiuser: username
apipassword: password
# Leave embedding_api_host blank to disable AI Search:
embedding_api_host: api.host.url:port
embedding_api_user: USER
embedding_api_password: PW
embedding_api_version: v1
# Leave summarization_api blank to disable language models:
summarization_api_url: api.host.url:port
summarization_api_user: USER
summarization_api_password: PW
# Organization / Location specific settings:
contact_email: [email protected]
location_name: the City of Edmonton
neighbourhoods_file: https://data.edmonton.ca/resource/65fr-66s6.geojson
# You can specify index names or alias names here.
default_index_aliases: ['es_alias_1','es_alias_2','es_index_1']
results_per_page: 30
n_char_no_match: 100
n_char_highlights: 100
# Maximum number of results that can be downloaded by users.
# Leave blank to disable.
max_downloadable_results: 5000