Files
elasticsearch-js/docs/doc_examples/df81b88a2192dd6f9912e0c948a44487.asciidoc
2025-01-07 11:48:46 -06:00

19 lines
423 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.inference.put({
task_type: "sparse_embedding",
inference_id: "elser_embeddings",
inference_config: {
service: "elasticsearch",
service_settings: {
num_allocations: 1,
num_threads: 1,
},
},
});
console.log(response);
----