Type alias Embedding

Embedding: {
    vectorType: "dense";
} & DenseEmbedding | {
    vectorType: "sparse";
} & SparseEmbedding

Export