p60 new
This commit is contained in:
@@ -213,6 +213,8 @@ parameters:
|
||||
template: ''
|
||||
vocabulary_views:
|
||||
trigger_terms: agent.shop_runtime.context_resolution.history_anchor_enrichment.trigger_terms
|
||||
query_terms: []
|
||||
query_noise_terms: []
|
||||
anchor_patterns: []
|
||||
meta_query_guard:
|
||||
enabled: true
|
||||
|
||||
@@ -1082,6 +1082,27 @@ parameters:
|
||||
- zubehör
|
||||
- zubehor
|
||||
- accessory
|
||||
# Terms that should be sent to Shopware for referential accessory or
|
||||
# consumable follow-ups. Broader RAG markers can remain in
|
||||
# trigger_terms without becoming dominant shop query tokens.
|
||||
query_terms:
|
||||
- indikator
|
||||
- indicator
|
||||
- reagenz
|
||||
- reagent
|
||||
- zubehör
|
||||
- zubehor
|
||||
- accessory
|
||||
# Terms that are useful for interpreting RAG/history phrasing but are
|
||||
# too meta or type-oriented for the plain Shopware text query.
|
||||
query_noise_terms:
|
||||
- indikatortyp
|
||||
- indicator type
|
||||
- typ
|
||||
- type
|
||||
- beim
|
||||
- gemessen
|
||||
- messen
|
||||
anchor_patterns:
|
||||
- /\b(?:indikator(?:typ)?|indicator(?:\s+type)?|reagenz(?:satz|typ)?|reagent(?:\s+set|\s+type)?|typ|type)\s+[A-Za-zÄÖÜäöüß]{0,8}\s*\d{1,5}(?:\s*[A-ZÄÖÜ]{1,4})?(?:\s*%)?\b/iu
|
||||
template: '{anchor} {query}'
|
||||
|
||||
@@ -78,6 +78,7 @@ parameters:
|
||||
stopword_groups:
|
||||
de_core:
|
||||
- der
|
||||
- beim
|
||||
- die
|
||||
- das
|
||||
- den
|
||||
|
||||
@@ -264,6 +264,7 @@ parameters:
|
||||
- '- For uncertain technical suitability from shop hits, use a short section like "Shop-Treffer (technische Eignung nicht sicher belegt)" and list only exact shop fields. Do not add a technical explanation or recommendation.'
|
||||
without_shop_rules:
|
||||
- '- If no shop results are present, do not compensate by inventing external products or external manufacturers.'
|
||||
- '- For price, cost, availability, or other commercial follow-up questions with no matching shop result, answer only that the requested commercial detail could not be determined from the provided shop data; do not list unrelated RAG products or unrelated shop examples.'
|
||||
technical_rules: []
|
||||
accessory_rules: []
|
||||
language:
|
||||
|
||||
Reference in New Issue
Block a user