Type alias VectorizerConfigCreateType<V>

VectorizerConfigCreateType<V>: V extends "img2vec-neural"
    ? Img2VecNeuralConfigCreate | undefined
    : V extends "multi2vec-clip"
        ? Multi2VecClipConfigCreate | undefined
        : V extends "multi2vec-bind"
            ? Multi2VecBindConfigCreate | undefined
            : V extends "multi2vec-palm"
                ? Multi2VecPalmConfigCreate
                : V extends "ref2vec-centroid"
                    ? Ref2VecCentroidConfigCreate
                    : V extends "text2vec-aws"
                        ? Text2VecAWSConfigCreate
                        : V extends "text2vec-contextionary"
                            ? Text2VecContextionaryConfigCreate | undefined
                            : V extends "text2vec-cohere"
                                ? Text2VecCohereConfigCreate | undefined
                                : V extends "text2vec-databricks"
                                    ? Text2VecDatabricksConfigCreate
                                    : V extends "text2vec-gpt4all"
                                        ? (...) | (...)
                                        : (...) extends (...)
                                            ? (...)
                                            : (...)

Type Parameters

  • V