You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
embeddings are not generated when documents are updated with /index/_bulk operation, when successfully generated with insert /index/_doc/ operation. Is there any change made in Opensearch that skips embedding generation for bulk operation only?
Describe the bug
Bug Description:
embeddings are not generated when documents are updated with
/index/_bulk
operation, when successfully generated with insert/index/_doc/
operation. Is there any change made in Opensearch that skips embedding generation for bulk operation only?How to reproduce the error:
Can you please assist with this issue?
Related component
No response
To Reproduce
POST /_plugins/_ml/models/{model_id}/_deploy
Expected behavior
Embeddings are created for the initial ingest for
"text":"hello world"
, but not updated with bulk operation{ "doc" : { "text": "bye world" } }
Embeddings should be re-generated for bulk operation by calling text_embedding_processor
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: