Skip to content

Commit 41ee465

Browse files
committed
docs: adding field descriptions to predefined text document
Signed-off-by: punndcoder28 <puneethk.2899@gmail.com>
1 parent 51582e1 commit 41ee465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docarray/documents/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class MultiModalDoc(BaseDoc):
117117
embedding: Optional[AnyEmbedding] = Field(
118118
description='''Embedding field is used to store tensor objects of type
119119
Tensorflow, PyTorch, and NumPy''',
120-
example='''np.zeros((3, 64, 64))''',
120+
example='''np.zeros((3, 32, 32))''',
121121
)
122122
bytes_: Optional[bytes] = Field(
123123
description='''The bytes of image or video content that can be loaded

0 commit comments

Comments
 (0)