Skip to content

Commit e4ed2c1

Browse files
authored
Merge pull request #696 from City-of-Helsinki/dev
Dev to main
2 parents 158f644 + 3596ad5 commit e4ed2c1

7 files changed

+229
-156
lines changed

composer.lock

Lines changed: 201 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/cmi/external_entities.external_entity_type.linkedevents_event.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
module:
66
- helfi_paragraphs_curated_event_list
77
_core:
8-
default_config_hash: wFxMtKO0kHIXPfffgfXJ2LtbfSgv-zt7aPMqXTE01Qk
8+
default_config_hash: 2zKdeRcO2ycvpjuAJQM15t8LEk8Eai78fvP6uY4XEyk
99
id: linkedevents_event
1010
label: 'LinkedEvents: Event'
1111
label_plural: 'LinkedEvents: Events'
@@ -160,7 +160,7 @@ data_aggregator:
160160
config: { }
161161
data_aggregator_notes: ''
162162
language_settings: { }
163-
persistent_cache_max_age: 0
163+
persistent_cache_max_age: 1800
164164
annotation_entity_type_id: null
165165
annotation_bundle_id: null
166166
annotation_field_name: null
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_core:
2+
default_config_hash: zQC2Os_pPJKHCNS0XBZObooCwT87MT6v5janEJ8_rt4
3+
enable: false
4+
expire_after: null
5+
directives: null

conf/cmi/helfi_search.settings.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
openai_models:
2+
- text-embedding-3-small
3+
- text-embedding-3-large
4+
openai_model_pricing:
5+
text-embedding-3-small: 0.02
6+
text-embedding-3-large: 0.13

conf/cmi/menu_link_attributes.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
_core:
22
default_config_hash: kO5fDGTDu1JqYpxKrtzjdzwObU2Ko_3CxABNjqBbYos
3+
langcode: en
34
attributes:
45
icon:
56
label: ''

conf/cmi/openid_connect.client.tunnistamo.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ settings:
1313
client_id: ''
1414
client_secret: ''
1515
iss_allowed_domains: ''
16-
prompt:
17-
login: login
18-
auto_login: 0
16+
prompt: { }
1917
environment_url: ''
2018
client_scopes: 'openid,email'
2119
client_roles: { }

conf/cmi/search_api.index.embeddings.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies:
55
config:
66
- search_api.server.etusivu
77
module:
8+
- helfi_platform_config
89
- helfi_react_search
910
- helfi_recommendations
1011
- helfi_search
@@ -15,10 +16,18 @@ name: 'Vector embeddings'
1516
description: ''
1617
read_only: false
1718
field_settings:
18-
embeddings:
19-
label: Embeddings
20-
property_path: embeddings
19+
embeddings_text_embedding_3_large:
20+
label: 'Embeddings (text-embedding-3-large)'
21+
property_path: embeddings_text_embedding_3_large
2122
type: embeddings
23+
embeddings_text_embedding_3_small:
24+
label: 'Embeddings (text-embedding-3-small)'
25+
property_path: embeddings_text_embedding_3_small
26+
type: embeddings
27+
entity_bundle:
28+
label: 'Entity bundle'
29+
property_path: helfi_entity_bundle
30+
type: string
2231
entity_type:
2332
label: 'Entity type'
2433
property_path: search_api_entity_type
@@ -73,7 +82,7 @@ tracker_settings:
7382
default:
7483
indexing_order: fifo
7584
options:
76-
cron_limit: 1
85+
cron_limit: 5
7786
delete_on_fail: true
7887
index_directly: false
7988
track_changes_in_references: true

0 commit comments

Comments
 (0)