optimize settings

This commit is contained in:
team 1
2026-05-07 08:38:42 +02:00
parent 0523984274
commit fa971f4102
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ parameters:
retriex.commerce.sales_channel_access_key: '%env(SHOPWARE_SALES_CHANNEL_ACCESS_KEY)%' retriex.commerce.sales_channel_access_key: '%env(SHOPWARE_SALES_CHANNEL_ACCESS_KEY)%'
retriex.commerce.search_repair.enabled: true 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 retriex.commerce.search_repair.min_primary_results_without_repair: 2
# Commerce query parser configuration. # Commerce query parser configuration.

View File

@@ -13,7 +13,7 @@ parameters:
safety_reserve_max_tokens: 1024 safety_reserve_max_tokens: 1024
min_prompt_budget_tokens: 1024 min_prompt_budget_tokens: 1024
shop_results: shop_results:
max_results_in_prompt: 24 max_results_in_prompt: 16
detailed_max_count: 5 detailed_max_count: 5
header_lines: header_lines:
- 'LIVE SHOP RESULTS (authoritative for current commercial details):' - 'LIVE SHOP RESULTS (authoritative for current commercial details):'

View File

@@ -294,7 +294,7 @@ body {
.text-info { .text-info {
--bs-text-opacity: 1; --bs-text-opacity: 1;
color: #86b7fe !important; color: #86b7fe !important;
font-size: .7rem; font-size: .8rem;
} }
.btn-outline-info { .btn-outline-info {