
com.marklogic.flux.api.EmbedderOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flux-api Show documentation
Show all versions of flux-api Show documentation
Flux API for data movement with MarkLogic
The newest version!
/*
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
*/
package com.marklogic.flux.api;
import java.util.Map;
/**
* @since 1.2.0
*/
public interface EmbedderOptions {
/**
* Valid values:
*
* - azure
* - minilm
* - ollama
*
*
* @param name either one of the abbreviations listed above, or the fully-qualified class name of an implementation of
* {@code java.util.Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy