diff --git a/config/retriex/commerce.yaml b/config/retriex/commerce.yaml index e76357a..ea62d9b 100644 --- a/config/retriex/commerce.yaml +++ b/config/retriex/commerce.yaml @@ -8,7 +8,7 @@ parameters: retriex.commerce.sales_channel_access_key: '%env(SHOPWARE_SALES_CHANNEL_ACCESS_KEY)%' retriex.commerce.search_repair.enabled: true - retriex.commerce.search_repair.max_queries: 2 + retriex.commerce.search_repair.max_queries: 1 retriex.commerce.search_repair.min_primary_results_without_repair: 2 # Commerce query parser configuration. diff --git a/config/retriex/prompt.yaml b/config/retriex/prompt.yaml index bea8772..c9ea69d 100644 --- a/config/retriex/prompt.yaml +++ b/config/retriex/prompt.yaml @@ -13,7 +13,7 @@ parameters: safety_reserve_max_tokens: 1024 min_prompt_budget_tokens: 1024 shop_results: - max_results_in_prompt: 24 + max_results_in_prompt: 16 detailed_max_count: 5 header_lines: - 'LIVE SHOP RESULTS (authoritative for current commercial details):' diff --git a/public/assets/styles/base.css b/public/assets/styles/base.css index 078defd..deedc4f 100644 --- a/public/assets/styles/base.css +++ b/public/assets/styles/base.css @@ -294,7 +294,7 @@ body { .text-info { --bs-text-opacity: 1; color: #86b7fe !important; - font-size: .7rem; + font-size: .8rem; } .btn-outline-info {