19 lines
415 B
Plaintext
19 lines
415 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: "elser",
|
|
service_settings: {
|
|
num_allocations: 1,
|
|
num_threads: 1,
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|