second step
This commit is contained in:
@@ -132,6 +132,14 @@ parameters:
|
||||
- '/\bzubehoer\b/u'
|
||||
- '/\bersatzteil(?:e)?\b/u'
|
||||
|
||||
retriex.intent.catalog.config:
|
||||
min_score: 0.72
|
||||
ambiguity_delta: 0.02
|
||||
intent_search_limit: 6
|
||||
list_search_limit: 3
|
||||
min_allowed_score: 0.0
|
||||
max_allowed_score: 1.0
|
||||
|
||||
retriex.intent.light.config:
|
||||
quantity_words:
|
||||
- alle
|
||||
|
||||
@@ -17,3 +17,7 @@ parameters:
|
||||
|
||||
retriex.locks.dir: '%retriex.knowledge.root%/locks'
|
||||
retriex.tags.rebuild_lock: '%retriex.locks.dir%/tag_rebuild.lock'
|
||||
|
||||
retriex.context.config:
|
||||
max_visible_regular_lines: 25
|
||||
max_full_lines: 500
|
||||
|
||||
@@ -118,6 +118,14 @@ services:
|
||||
arguments:
|
||||
$config: '%retriex.vocabulary.config%'
|
||||
|
||||
App\Config\ContextServiceConfig:
|
||||
arguments:
|
||||
$config: '%retriex.context.config%'
|
||||
|
||||
App\Config\CatalogIntentConfig:
|
||||
arguments:
|
||||
$config: '%retriex.intent.catalog.config%'
|
||||
|
||||
App\Config\PromptBuilderConfig:
|
||||
arguments:
|
||||
$config: '%retriex.prompt.config%'
|
||||
|
||||
Reference in New Issue
Block a user