We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcb9da commit 7d9f181Copy full SHA for 7d9f181
specification/_types/mapping/core.ts
@@ -215,7 +215,7 @@ export class SemanticTextProperty {
215
* This parameter cannot be updated. Use the Create inference API to create the endpoint.
216
* If `search_inference_id` is specified, the inference endpoint will only be used at index time.
217
*/
218
- inference_id: Id
+ inference_id?: Id
219
/**
220
* Inference endpoint that will be used to generate embeddings at query time.
221
* You can update this parameter by using the Update mapping API. Use the Create inference API to create the endpoint.
0 commit comments