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 117fd67 commit 6f7532fCopy full SHA for 6f7532f
docarray/array/mixins/post.py
@@ -13,6 +13,7 @@ def post(
13
show_progress: bool = False,
14
batch_size: Optional[int] = None,
15
parameters: Optional[Dict] = None,
16
+ **kwargs,
17
) -> 'DocumentArray':
18
"""Posting itself to a remote Flow/Sandbox and get the modified DocumentArray back
19
@@ -66,6 +67,7 @@ def post(
66
67
show_progress=show_progress,
68
request_size=batch_size,
69
parameters=parameters,
70
71
)
72
elif _scheme in ('grpc', 'http', 'ws', 'websocket'):
73
from jina import Client
0 commit comments