Package com.openai.services.async
Class EmbeddingServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.EmbeddingServiceAsync.WithRawResponse
public final class EmbeddingServiceAsyncImpl.WithRawResponseImpl implements EmbeddingServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<CreateEmbeddingResponse>>
create(EmbeddingCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /embeddings
, but is otherwise the same as EmbeddingServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<CreateEmbeddingResponse>> create(EmbeddingCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /embeddings
, but is otherwise the same as EmbeddingServiceAsync.create.
-
-
-
-