Interface EmbeddingGeneration.Builder<T,E extends EmbeddingGeneration<T>>
-
- All Superinterfaces:
SemanticKernelBuilder<E>
- All Known Subinterfaces:
TextEmbeddingGeneration.Builder
- Enclosing interface:
- EmbeddingGeneration<TValue>
public static interface EmbeddingGeneration.Builder<T,E extends EmbeddingGeneration<T>> extends SemanticKernelBuilder<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddingGeneration.Builder<T,E>withModelId(String modelId)EmbeddingGeneration.Builder<T,E>withOpenAIClient(com.azure.ai.openai.OpenAIAsyncClient client)-
Methods inherited from interface com.microsoft.semantickernel.builders.SemanticKernelBuilder
build
-
-
-
-
Method Detail
-
withOpenAIClient
EmbeddingGeneration.Builder<T,E> withOpenAIClient(com.azure.ai.openai.OpenAIAsyncClient client)
-
withModelId
EmbeddingGeneration.Builder<T,E> withModelId(String modelId)
-
-