harden history find tokens
This commit is contained in:
@@ -142,6 +142,8 @@ parameters:
|
||||
retrieved knowledge.'
|
||||
- '- Only use commercial fields for the main product when the shop item and the technically identified product clearly refer to the same product identity.'
|
||||
- '- If the shop match is ambiguous, keep the technical identification and commercial details separate.'
|
||||
- '- If the user asks for the price or availability of a referenced accessory, indicator, reagent, kit, set, or consumable, use commercial fields only from a shop result that clearly matches that accessory identity and code.'
|
||||
- '- For such accessory price follow-ups, do not answer with the price, URL, product number, or availability of the main device or of unrelated reagents; if no matching accessory shop item is present, say that the price is not available in the provided shop data.'
|
||||
without_shop_rules:
|
||||
- '- Use retrieved knowledge as authoritative for factual answers.'
|
||||
- '- If no shop results are present, do not compensate with external recommendations or external product suggestions.'
|
||||
|
||||
@@ -14,3 +14,4 @@ parameters:
|
||||
Resthärte-Grenzwert: Wasserhärte
|
||||
Grenzwert: Überwachungsbereich
|
||||
store: shop
|
||||
Indikatortyp: Indikator
|
||||
|
||||
@@ -2,7 +2,36 @@
|
||||
# Views preserve the previous 1.4.2-tuned ordering exactly; per-service configs may still override them.
|
||||
parameters:
|
||||
retriex.commerce_query.config: {}
|
||||
retriex.search_repair.config: {}
|
||||
retriex.search_repair.config:
|
||||
strict_requested_accessory_code_repair: true
|
||||
prefer_prompt_anchored_model_for_requested_accessory_code: true
|
||||
requested_accessory_code_pattern: '/\b(?:indikator(?:typ)?|indicator(?:\s*type)?|reagenz|reagent)\s*([A-Za-z]{0,3}\s*\d{1,5}[A-Za-z0-9\-]*)\b/iu'
|
||||
requested_accessory_code_fallback_query_templates:
|
||||
- '{term} {code}'
|
||||
requested_accessory_code_fallback_terms:
|
||||
- indikatortyp
|
||||
- indikator
|
||||
- indicator
|
||||
- reagenz
|
||||
- reagent
|
||||
requested_accessory_code_context_prefix_terms:
|
||||
- indikatortyp
|
||||
- indikator
|
||||
- indicator
|
||||
- reagenz
|
||||
- reagent
|
||||
requested_accessory_code_proximity_window: 1600
|
||||
specific_model_candidate_patterns:
|
||||
- '/\b([A-Za-zÄÖÜäöüß][A-Za-zÄÖÜäöüß®\-]*(?:\s+[A-Za-zÄÖÜäöüß0-9][A-Za-zÄÖÜäöüß0-9®\-]*){0,3}\s+\d{2,5}(?:\s+[A-ZÄÖÜ]{1,8})?)\b/u'
|
||||
model_candidate_exclude_terms:
|
||||
- indikatortyp
|
||||
- indikator
|
||||
- indicator
|
||||
- reagenz
|
||||
- reagent
|
||||
- verfügbarkeit
|
||||
- verfuegbarkeit
|
||||
- shop
|
||||
retriex.vocabulary.config:
|
||||
classes:
|
||||
device:
|
||||
|
||||
Reference in New Issue
Block a user