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)
@@ -112,8 +112,6 @@ How it resolves settings
112
112
113
113
- Each retry-related field in `StackitEmbedderSettings` is optional. When a field is provided (not None), it overrides the corresponding value from `RetryDecoratorSettings`.
114
114
- When a field is not provided (None), the embedder falls back to the value from `RetryDecoratorSettings`.
115
-
- Zero values (e.g., 0 or 0.0 where allowed) are honored and do not trigger fallback.
116
-
- The effective retry configuration is computed once per embedder instance at initialization.
0 commit comments