This commit is contained in:
team 1
2026-05-06 10:05:56 +02:00
parent e18abf4135
commit 68bfbd7802
11 changed files with 388 additions and 8 deletions

View File

@@ -15,3 +15,6 @@ parameters:
retriex.model.guardrail_max_vector_top_k: 200
retriex.llm.timeout_seconds: 300
# Hard upper bound for generated output tokens. Prevents runaway repeated answers
# before they can become very long streamed or blocking responses.
retriex.llm.num_predict: 2048