Package com.openai.services.async
Interface EmbeddingServiceAsync
-
- All Implemented Interfaces:
public interface EmbeddingServiceAsync
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<CreateEmbeddingResponse>
create(EmbeddingCreateParams params, RequestOptions requestOptions)
Creates an embedding vector representing the input text. abstract CompletableFuture<CreateEmbeddingResponse>
create(EmbeddingCreateParams params)
Creates an embedding vector representing the input text. -
-
Method Detail
-
create
abstract CompletableFuture<CreateEmbeddingResponse> create(EmbeddingCreateParams params, RequestOptions requestOptions)
Creates an embedding vector representing the input text.
-
create
abstract CompletableFuture<CreateEmbeddingResponse> create(EmbeddingCreateParams params)
Creates an embedding vector representing the input text.
-
-
-
-