This commit is contained in:
team 1
2026-05-06 17:23:57 +02:00
parent 81ae3c3902
commit e9c464c057
8 changed files with 399 additions and 40 deletions

View File

@@ -124,6 +124,7 @@ services:
App\Config\DomainVocabularyConfig:
arguments:
$config: '%retriex.vocabulary.config%'
$genreConfig: '@App\Config\GenreConfig'
App\Config\ContextServiceConfig:
arguments:
@@ -142,6 +143,7 @@ services:
arguments:
$config: '%retriex.agent.config%'
$vocabulary: '@App\Config\DomainVocabularyConfig'
$genreConfig: '@App\Config\GenreConfig'
App\Config\NdjsonHybridRetrieverConfig:
arguments:
@@ -159,6 +161,7 @@ services:
App\Config\QueryEnricherConfig:
arguments:
$config: '%retriex.query_enrichment.config%'
$genreConfig: '@App\Config\GenreConfig'
App\Config\GovernanceConfig:
arguments:
@@ -211,11 +214,13 @@ services:
App\Config\CommerceIntentConfig:
arguments:
$config: '%retriex.intent.commerce.config%'
$genreConfig: '@App\Config\GenreConfig'
App\Config\CommerceQueryParserConfig:
arguments:
$config: '%retriex.commerce_query.config%'
$vocabulary: '@App\Config\DomainVocabularyConfig'
$genreConfig: '@App\Config\GenreConfig'
App\Config\CommerceReferenceResolverConfig:
arguments: