p59 + p60
This commit is contained in:
@@ -138,6 +138,7 @@ services:
|
||||
arguments:
|
||||
$config: '%retriex.prompt.config%'
|
||||
$vocabulary: '@App\Config\DomainVocabularyConfig'
|
||||
$genreConfig: '@App\Config\GenreConfig'
|
||||
|
||||
App\Config\AgentRunnerConfig:
|
||||
arguments:
|
||||
@@ -149,6 +150,7 @@ services:
|
||||
arguments:
|
||||
$config: '%retriex.retrieval.config%'
|
||||
$vocabulary: '@App\Config\DomainVocabularyConfig'
|
||||
$genreConfig: '@App\Config\GenreConfig'
|
||||
|
||||
App\Config\StopWordsConfig:
|
||||
arguments:
|
||||
@@ -157,6 +159,7 @@ services:
|
||||
App\Config\LanguageCleanupConfig:
|
||||
arguments:
|
||||
$config: '%retriex.stopwords.config%'
|
||||
$genreConfig: '@App\Config\GenreConfig'
|
||||
|
||||
App\Config\QueryEnricherConfig:
|
||||
arguments:
|
||||
@@ -166,6 +169,7 @@ services:
|
||||
App\Config\GovernanceConfig:
|
||||
arguments:
|
||||
$config: '%retriex.governance.config%'
|
||||
$genreConfig: '@App\Config\GenreConfig'
|
||||
|
||||
App\Config\ShopServiceConfig:
|
||||
arguments:
|
||||
@@ -234,6 +238,7 @@ services:
|
||||
$maxRepairQueries: '%retriex.commerce.search_repair.max_queries%'
|
||||
$minPrimaryResultsWithoutRepair: '%retriex.commerce.search_repair.min_primary_results_without_repair%'
|
||||
$config: '%retriex.search_repair.config%'
|
||||
$genreConfig: '@App\Config\GenreConfig'
|
||||
|
||||
App\Commerce\SearchRepairService: ~
|
||||
|
||||
@@ -244,6 +249,7 @@ services:
|
||||
App\Config\SalesIntentConfig:
|
||||
arguments:
|
||||
$config: '%retriex.intent.sales.config%'
|
||||
$genreConfig: '@App\Config\GenreConfig'
|
||||
|
||||
App\Shopware\ShopwareCriteriaBuilder: ~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user