EmbeddingsResponse: {
    loaded: Record<string, EmbeddingItem>;
    skipped: Record<string, EmbeddingItem>;
}

Type declaration

  • loaded: Record<string, EmbeddingItem>

    Embeddings loaded for the current model

  • skipped: Record<string, EmbeddingItem>

    Embeddings skipped for the current model (likely due to architecture incompatibility)