Update docs to clarify 9.x compatibility (#2789)

This commit is contained in:
Josh Mock
2025-04-24 14:20:38 -05:00
committed by GitHub
parent 710b937bff
commit 41a2159f63
4 changed files with 31 additions and 54 deletions

View File

@ -51,7 +51,6 @@ console.log(result)
To create a new instance of the Bulk helper, access it as shown in the example above, the configuration options are:
`datasource`
: An array, async generator or a readable stream with the data you need to index/create/update/delete. It can be an array of strings or objects, but also a stream of json strings or JavaScript objects.
If it is a stream, we recommend to use the [`split2`](https://www.npmjs.com/package/split2) package, that splits the stream on new lines delimiters.