We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Serverless ElasticSearch project (Oct 29, 2024)
PUT _inference/sparse_embedding/elser-endpoint { "service": "elasticsearch", "service_settings": {"model_id": ".elser_model_2_linux-x86_64", "num_threads": 4, "adaptive_allocations": {"enabled": true, "min_number_of_allocations":2}} }
PUT semantic-embeddings-2 { "mappings": { "properties": { "message": { "type": "semantic_text", "inference_id": "elser-endpoint" } } } }
filebeat-length
POST _reindex?wait_for_completion=false { "source": { "index": "filebeat-length", "query": { "exists": { "field": "message" } }, "size": 50 }, "dest": { "index": "semantic-embeddings-2" } }
Observed:
After ~20 minutes, reindex stopped, the task contains errors:
"failures": [ { "index": "semantic-embeddings-2", "id": "a76p05IBEL3KhHcxIADt", "cause": { "type": "exception", "reason": "Exception when running inference id [elser-endpoint] on field [message]", "caused_by": { "type": "status_exception", "reason": "Error in inference process: [inference canceled as process is stopping]" } }, "status": 500 },
The text was updated successfully, but these errors were encountered:
Pinging @elastic/ml-core (Team:ML)
Sorry, something went wrong.
jan-elastic
No branches or pull requests
Environment:
Serverless ElasticSearch project (Oct 29, 2024)
Step to reproduce:
filebeat-length
which has a message field, (message me if need the dataset)Observed:
After ~20 minutes, reindex stopped, the task contains errors:
The text was updated successfully, but these errors were encountered: