All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.langchain4j.deployment.items.AutoCreateEmbeddingModelBuildItem Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.langchain4j.deployment.items;

import io.quarkus.builder.item.SimpleBuildItem;

/**
 * Request to generate an embedding model even if there are no
 * non-synthetic injection points for it. This is used by the Easy RAG
 * extension to have an embedding model created automatically.
 */
public final class AutoCreateEmbeddingModelBuildItem extends SimpleBuildItem {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy