Skip to content

Commit

Permalink
Update _ml-commons-plugin/remote-models/batch-ingestion.md
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Jun 20, 2024
1 parent af01105 commit 6cde747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ml-commons-plugin/remote-models/batch-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ PUT /_ingest/pipeline/nlp-ingest-pipeline

To ingest documents in bulk, call the Bulk API and provide a `batch_size` and `pipeline` parameters. If you don't provide a `pipeline` parameter, the default ingest pipeline for the index will be used for ingestion:

```
```json
POST _bulk?batch_size=5&pipeline=nlp-ingest-pipeline
{ "create": { "_index": "testindex1", "_id": "2" } }
{ "passage_text": "hello world" }
Expand Down

0 comments on commit 6cde747

Please sign in to comment.