Skip to content

Commit 6fd6c83

Browse files
authored
Add docstrings for _search_indexes/chunking_strategy.py - v5
1 parent 7423dad commit 6fd6c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/yandex_cloud_ml_sdk/_search_indexes/chunking_strategy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _from_upper_proto(cls, proto: ProtoChunkingStrategy, sdk: BaseSDK) -> BaseIn
3939
raise NotImplementedError('chunking strategies other then static are not supported in this SDK version')
4040

4141
@doc_from(BaseIndexChunkingStrategy)
42+
4243
@dataclass(frozen=True)
4344
class StaticIndexChunkingStrategy(BaseIndexChunkingStrategy):
4445
#: the maximum size of each chunk in tokens

0 commit comments

Comments
 (0)