opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
64 stars 436 forks source link

[DOC] Documentation of batch ingestion feature #7305

Closed chishui closed 3 weeks ago

chishui commented 1 month ago

What do you want to do?

Tell us about your request. Provide a summary of the request and all versions that are affected. We added this batch ingestion feature, user can now use it to accelerate their ingestion time if the ingest pipeline has ML processors text_embedding and sparse_encoding which connects to external ML servers.

The documentation changes would include a new parameter in _bulk API, a new paragraph in ingest processor to explain the batch enabled processors, and a new page to introduce this feature.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

hdhalter commented 1 month ago

Thanks, @chishui! Is this being released in 2.15?

chishui commented 1 month ago

Thanks, @chishui! Is this being released in 2.15?

Yes, sorry that I forgot to mention the version

hdhalter commented 1 month ago

Hi @chishui , what is the ETA for this doc PR? The first release candidate is today. Thanks!

peterzhuamazon commented 1 month ago

Hi @chishui could you please provide a PR for this since it is labeled for 2.15 and we are approaching the release date?

Thanks.

chishui commented 1 month ago

Since there has been an active discussion on deprecating the parameter we introduced (https://github.com/opensearch-project/OpenSearch/issues/14283), whether we should announce the feature is still pending decision.

peterzhuamazon commented 1 month ago

Hi @chishui please give a decision on this next Monday/Tuesday. As we need to stay on the timeline.

If you have concerns including in 2.15.0 I would suggest removing the 2.15.0 label until resurface. That way, this would not be a blocker for 2.15.0 anymore.

Thanks.

hdhalter commented 1 month ago

Hi @chishui, I removed the 2.15 label. If something changes, we'll be happy to help get the content updated.

chishui commented 4 weeks ago

PR is raised, can we add the 2.15 label back? Thanks