com.marklogic.flux.langchain4j.embedding.AzureOpenAiEmbeddingModelFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flux-embedding-model-azure-open-ai Show documentation
Show all versions of flux-embedding-model-azure-open-ai Show documentation
Integration for Azure OpenAI with the MarkLogic Flux API
The newest version!
/*
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
*/
package com.marklogic.flux.langchain4j.embedding;
import dev.langchain4j.model.azure.AzureOpenAiEmbeddingModel;
import dev.langchain4j.model.embedding.EmbeddingModel;
import java.time.Duration;
import java.util.Map;
import java.util.function.Function;
public class AzureOpenAiEmbeddingModelFunction implements Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy