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