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
POST /_plugins/_ml/_predict/text_embedding/<MODEL_ID>
{
"text_docs": ["This should get embedded."],
"return_number": true,
"target_response": ["sentence_embedding"]
}
Is this your locally deployed opensearch? I reported an error using AWS hosting "Message": "Your request: '/_cluster/settings' payload is not allowed."
}
Yes, Amazon OpenSearch service does not have these feature flags (for conversational search and RAG). Connectors and hybrid search should be there however if I'm not mistaken.
@jonwiggins so after some digging it seems it is available but only with hosted models on sagemaker. The self run models aren't supported currently -_-
All good @jonwiggins. Also, if you have an account TAM for your AWS account I’d ask that they open what’s called a PFR for this. Enough people have been asking for this that I want to start getting it documented so we can eventually support it.
Is this your locally deployed opensearch? I reported an error using AWS hosting "Message": "Your request: '/_cluster/settings' payload is not allowed."
}