Skip to content

Commit 3d0516e

Browse files
authored
Add docstrings for _search_indexes/chunking_strategy.py - v6
1 parent 6fd6c83 commit 3d0516e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/yandex_cloud_ml_sdk/_search_indexes/chunking_strategy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
if TYPE_CHECKING:
1212
from yandex_cloud_ml_sdk._sdk import BaseSDK
1313

14-
from yandex_cloud_ml_sdk._utils.doc import doc_from
15-
1614

1715
class BaseIndexChunkingStrategy(abc.ABC):
1816
"""
@@ -38,8 +36,6 @@ def _from_upper_proto(cls, proto: ProtoChunkingStrategy, sdk: BaseSDK) -> BaseIn
3836
)
3937
raise NotImplementedError('chunking strategies other then static are not supported in this SDK version')
4038

41-
@doc_from(BaseIndexChunkingStrategy)
42-
4339
@dataclass(frozen=True)
4440
class StaticIndexChunkingStrategy(BaseIndexChunkingStrategy):
4541
#: the maximum size of each chunk in tokens

0 commit comments

Comments
 (0)