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

[FEATURE] add batch_size parameter in text_embedding processor #1297

Closed
YeonghyeonKO opened this issue Nov 17, 2024 · 1 comment
Closed

[FEATURE] add batch_size parameter in text_embedding processor #1297

YeonghyeonKO opened this issue Nov 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@YeonghyeonKO
Copy link
Contributor

Is your feature request related to a problem?

From OpenSearch 2.16, it's possible to add batch inference support in ingest processors which inherits from AbstractBatchingProcessor(opensearch-project/neural-search#820). From now on, OpenSearch java client doesn't support batch_size parameter(optional) when defining text_embedding processor.

What solution would you like?

  • Add batch_size parameter in text_embedding processor which already exists.
  • If the above action were merged, the next step would be including SparseEncodingProcessor in opensearch-java client.
@Xtansia
Copy link
Collaborator

Xtansia commented Nov 20, 2024

@YeonghyeonKO your fix for this was released in v2.18.0 of the client

@Xtansia Xtansia closed this as completed Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants