Uses of Interface
com.microsoft.semantickernel.ai.embeddings.EmbeddingGeneration.Builder
-
Packages that use EmbeddingGeneration.Builder Package Description com.microsoft.semantickernel.ai.embeddings -
-
Uses of EmbeddingGeneration.Builder in com.microsoft.semantickernel.ai.embeddings
Subinterfaces of EmbeddingGeneration.Builder in com.microsoft.semantickernel.ai.embeddings Modifier and Type Interface Description static interfaceTextEmbeddingGeneration.BuilderMethods in com.microsoft.semantickernel.ai.embeddings that return EmbeddingGeneration.Builder Modifier and Type Method Description EmbeddingGeneration.Builder<T,E>EmbeddingGeneration.Builder. withModelId(String modelId)EmbeddingGeneration.Builder<T,E>EmbeddingGeneration.Builder. withOpenAIClient(com.azure.ai.openai.OpenAIAsyncClient client)
-