Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: adding field descriptions to predefined text document
Signed-off-by: punndcoder28 <[email protected]>
  • Loading branch information
punndcoder28 committed Sep 14, 2023
commit f1ab69fbd6e937865a6abdd3e2bff829c7256db9
2 changes: 1 addition & 1 deletion docarray/documents/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class MultiModalDoc(BaseDoc):
embedding: Optional[AnyEmbedding] = Field(
description='''Embedding field is used to store tensor objects of type
Tensorflow, PyTorch, and NumPy''',
example='''np.zeros((3, 64, 64))''',
example='''np.zeros((3, 32, 32))''',
)
bytes_: Optional[bytes] = Field(
description='''The bytes of image or video content that can be loaded
Expand Down