Skip to content

Commit

Permalink
docs: remove bytes field example
Browse files Browse the repository at this point in the history
Signed-off-by: punndcoder28 <puneethk.2899@gmail.com>
  • Loading branch information
punndcoder28 committed Sep 5, 2023
1 parent b0ed352 commit 4146e00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docarray/documents/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class MultiModalDoc(BaseDoc):
bytes_: Optional[bytes] = Field(
description='''The bytes of image or video content that can be loaded
into an image or video tensor object''',
example='',
)

def __init__(self, text: Optional[str] = None, **kwargs):
Expand Down

0 comments on commit 4146e00

Please sign in to comment.