We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51582e1 commit 41ee465Copy full SHA for 41ee465
docarray/documents/text.py
@@ -117,7 +117,7 @@ class MultiModalDoc(BaseDoc):
117
embedding: Optional[AnyEmbedding] = Field(
118
description='''Embedding field is used to store tensor objects of type
119
Tensorflow, PyTorch, and NumPy''',
120
- example='''np.zeros((3, 64, 64))''',
+ example='''np.zeros((3, 32, 32))''',
121
)
122
bytes_: Optional[bytes] = Field(
123
description='''The bytes of image or video content that can be loaded
0 commit comments