You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Base settings (fallback): [`RetryDecoratorSettings`](./rag-core-lib/src/rag_core_lib/impl/settings/retry_decorator_settings.py)
@@ -183,8 +183,6 @@ How it resolves settings
183
183
184
184
- Each field in `SummarizerSettings` is optional. When a field is provided (not None), it overrides the corresponding value from `RetryDecoratorSettings`.
185
185
- When a field is not provided (None), the summarizer falls back to the value from `RetryDecoratorSettings`.
186
-
- Zero values (e.g., 0 or 0.0 where allowed) are honored and do not trigger fallback.
187
-
- The effective retry configuration is computed once per summarizer instance at initialization.
0 commit comments