Type alias VectorizersConfigCreate<T, V>
VectorizersConfigCreate<T, V>: V extends undefined ? VectorConfigCreate<PrimitiveKeys<T>, string | undefined, VectorIndexType, Vectorizer> | VectorConfigCreate<PrimitiveKeys<T>, string, VectorIndexType, Vectorizer>[] : VectorConfigCreate<PrimitiveKeys<T>, keyof V & string | undefined, VectorIndexType, Vectorizer> | VectorConfigCreate<PrimitiveKeys<T>, keyof V & string, VectorIndexType, Vectorizer>[]