Skip to content

Commit 8e49f94

Browse files
committed
docs: update README to clarify embedder retry behavior source
1 parent 307acbc commit 8e49f94

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Uploaded documents are required to contain the following metadata:
102102

103103
### 1.4 Embedder retry behavior
104104

105-
The default STACKIT embedder implementation (`StackitEmbedder`) uses the shared retry decorator with exponential backoff from the core library.
105+
The default STACKIT embedder implementation (`StackitEmbedder`) uses the shared retry decorator with exponential backoff from the `rag-core-lib`.
106106

107107
- Decorator: `rag_core_lib.impl.utils.retry_decorator.retry_with_backoff`
108108
- 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
112112

113113
- Each retry-related field in `StackitEmbedderSettings` is optional. When a field is provided (not None), it overrides the corresponding value from `RetryDecoratorSettings`.
114114
- 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.
117115

118116
Configuring via environment variables
119117

0 commit comments

Comments
 (0)