
com.marklogic.flux.langchain4j.embedding.MinilmEmbeddingModelFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flux-embedding-model-minilm Show documentation
Show all versions of flux-embedding-model-minilm Show documentation
Integration for minilm with the MarkLogic Flux API
/*
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
*/
package com.marklogic.flux.langchain4j.embedding;
import dev.langchain4j.model.embedding.EmbeddingModel;
import dev.langchain4j.model.embedding.onnx.allminilml6v2.AllMiniLmL6V2EmbeddingModel;
import java.util.Map;
import java.util.function.Function;
public class MinilmEmbeddingModelFunction implements Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy