We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde422e commit 184898dCopy full SHA for 184898d
examples/advanced/streaming/README.md
@@ -58,7 +58,7 @@ Retriever is more convenient to use:
58
```commandline
59
python simple_dict_streaming_job.py
60
```
61
-In this second example, the `ContainerRetriever` is sent to both server and client, and will automatically handle the streaming.
+In this second example, the `ContainerRetriever` is setup in both server and client, and will automatically handle the streaming.
62
It couples closely with the workflow, and is easier to define what to send and where to retrieve.
63
64
## Full-scale Examples and Comparisons
0 commit comments