Jon Handler
Jon Handler
@SteveByerly, you're my hero. Second that. The docs absolutely do not cover this (seems to apply to sqs only) and I burned 8 hours trying to figure it out.
Yep. Still intending to do this, but I have other items on my plate right now.
I'm looking for data to use with the Observability plugin, including service map, traces, and log patterns. I double checked, and unless I'm missing something there's no trace data in...
Actually, I maybe figured it out. I got confused by the "512" which was the dimensions of the model. Actually, I believe the error is on the size of the...
We can make this an enhancement request instead for a better error.
Hi @xinyual, I think the model was: "huggingface/sentence-transformers/distiluse-base-multilingual-cased-v1". It might have been "huggingface/sentence-transformers/msmarco-distilbert-base-tas-b" (in some runs, it was. ``` def _make_register_model_call(self, model_name): data={ "name": model_name, "version": "1.0.1", "model_format": "TORCH_SCRIPT", "model_group_id":...
Ah! That must be the error. What I send to the _ml API is ``` data={ "name": model_name, "version": "1.0.1", "model_format": "TORCH_SCRIPT", "model_group_id": self.model_group_id } ``` The versioning is confusing......
Did we improve the error? And I think the plugin was supposed to truncate the chunk, but that wasn't working. Did we fix that?
Thanks @ylwu-amzn, that covers it.