weaviate-client
    Preparing search index...

    Type Alias Text2VecJinaAIConfig

    The configuration for text vectorization using the Jina module.

    See the documentation for detailed usage.

    type Text2VecJinaAIConfig = {
        model?:
            | "jina-embeddings-v2-base-en"
            | "jina-embeddings-v2-small-en"
            | string;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    model?: "jina-embeddings-v2-base-en" | "jina-embeddings-v2-small-en" | string

    The model to use.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.