Skip to content

Commit 7d9f181

Browse files
committed
Mark inference_id as optional
1 parent 4fcb9da commit 7d9f181

File tree

1 file changed

+1
-1
lines changed
  • specification/_types/mapping

1 file changed

+1
-1
lines changed

specification/_types/mapping/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export class SemanticTextProperty {
215215
* This parameter cannot be updated. Use the Create inference API to create the endpoint.
216216
* If `search_inference_id` is specified, the inference endpoint will only be used at index time.
217217
*/
218-
inference_id: Id
218+
inference_id?: Id
219219
/**
220220
* Inference endpoint that will be used to generate embeddings at query time.
221221
* You can update this parameter by using the Update mapping API. Use the Create inference API to create the endpoint.

0 commit comments

Comments
 (0)