This commit is contained in:
team 1
2026-04-24 18:54:25 +02:00
parent 372a6797fa
commit c439fb99d6
12 changed files with 1126 additions and 336 deletions

View File

@@ -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)%'