fix 3
This commit is contained in:
@@ -7,6 +7,8 @@ imports:
|
||||
- { resource: 'retriex/prompt.yaml' }
|
||||
- { resource: 'retriex/agent.yaml' }
|
||||
- { resource: 'retriex/retrieval.yaml' }
|
||||
- { resource: 'retriex/language.yaml' }
|
||||
- { resource: 'retriex/query_enrichment.yaml' }
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# Parameters
|
||||
@@ -118,6 +120,23 @@ services:
|
||||
arguments:
|
||||
$config: '%retriex.agent.config%'
|
||||
|
||||
App\Config\NdjsonHybridRetrieverConfig:
|
||||
arguments:
|
||||
$config: '%retriex.retrieval.config%'
|
||||
$vocabulary: '%retriex.retrieval.config%'
|
||||
|
||||
App\Config\StopWordsConfig:
|
||||
arguments:
|
||||
$config: '%retriex.stopwords.config%'
|
||||
|
||||
App\Config\QueryEnricherConfig:
|
||||
arguments:
|
||||
$config: '%retriex.query_enrichment.config%'
|
||||
|
||||
App\Config\ShopServiceConfig:
|
||||
arguments:
|
||||
$config: '%retriex.shop_matching.config%'
|
||||
|
||||
App\Infrastructure\OllamaClient:
|
||||
arguments:
|
||||
$apiUrl: '%env(AI_LLM_API_URL)%'
|
||||
|
||||
Reference in New Issue
Block a user