Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Add "text-chunking processor support in org.opensearch.client.opensearch.ingest.Processor. #1413

Open
AshwiniKeshavarao opened this issue Feb 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@AshwiniKeshavarao
Copy link

In the org.opensearch.client.opensearch.ingest.Processor class, it seems there's no constructor for the text chunking processor.
It a must needed processor for ingest pipelines. Can we add this into java client implementation?

@AshwiniKeshavarao AshwiniKeshavarao added bug Something isn't working untriaged labels Feb 5, 2025
@Xtansia Xtansia removed the untriaged label Feb 10, 2025
@Xtansia
Copy link
Collaborator

Xtansia commented Feb 10, 2025

A pre-requisite for this will be adding the specification for the processor to https://github.com/opensearch-project/opensearch-api-specification and then we can cover it with code generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants