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

io.quarkiverse.langchain4j.easyrag.runtime.IngestionStrategy Maven / Gradle / Ivy

There is a newer version: 0.23.0.CR2
Show newest version
package io.quarkiverse.langchain4j.easyrag.runtime;

public enum IngestionStrategy {

    // TODO: we'd like to also have a "if-empty" and "overwrite" strategy
    // but these require some enhancements to the EmbeddingStore API

    ON,
    OFF,
    MANUAL

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy