Update chunking, batching, streaming authored by drebs's avatar drebs
......@@ -9,7 +9,7 @@ Chunking:
Batching:
- There are **N** documents to send (N can be configured, like `sum([size(b) for b in blobs]) < X`).
- There are **N** documents to send (**N** can be configured, like `sum([size(b) for b in blobs]) < X`).
- Send in a batch means that all documents are sent in only one (HTTP) request.
Streaming:
......
......