@aicacia/local-embeddings
    Preparing search index...

    Type Alias LoadEmbeddingRuntimeOptions

    type LoadEmbeddingRuntimeOptions = {
        allowRemoteModels?: boolean;
        debugLogging?: boolean;
        modelFallbacks?: readonly EmbeddingModelFallback[];
        modelId?: string;
        modelPath?: string;
    }
    Index

    Properties

    allowRemoteModels?: boolean
    debugLogging?: boolean
    modelFallbacks?: readonly EmbeddingModelFallback[]
    modelId?: string
    modelPath?: string