This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
APPNAME=text_depot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.devcontainer | ||
.rstudio | ||
.local |