EmbeddingModelProp: {
    sd_checkpoint: string;
    sd_checkpoint_name: string;
    shape: number;
    step: number;
    vectors: number;
}

Represents the Embedding Model Properties

Type declaration

  • sd_checkpoint: string
  • sd_checkpoint_name: string
  • shape: number
  • step: number
  • vectors: number