Skip to content

Commit

Permalink
Update docs/reference/inference/service-openai.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Kyle <david.kyle@elastic.co>
  • Loading branch information
szabosteve and davidkyle authored Dec 10, 2024
1 parent 7ace4d1 commit 7a9e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/inference/service-openai.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Specifies the user issuing the request, which can be used for abuse detection.
[[inference-example-openai]]
==== OpenAI service example

The following example shows how to create an {infer} endpoint called `openai-embeddings` to perform a `text_embedding` task type.
The following example shows how to create an {infer} endpoint called `openai-embeddings` to perform a `text_embedding` task type. The embeddings created by requests to this endpoint will have 128 dimensions.

[source,console]
------------------------------------------------------------
Expand Down

0 comments on commit 7a9e50e

Please sign in to comment.