weaviate-client
    Preparing search index...

    Type Alias PropertyConfigCreateBase

    type PropertyConfigCreateBase = {
        description?: string;
        indexFilterable?: boolean;
        indexInverted?: boolean;
        indexRangeFilters?: boolean;
        indexSearchable?: boolean;
        skipVectorization?: boolean;
        tokenization?: WeaviateProperty["tokenization"];
        vectorizePropertyName?: boolean;
    }
    Index

    Properties

    description?: string
    indexFilterable?: boolean
    indexInverted?: boolean
    indexRangeFilters?: boolean
    indexSearchable?: boolean
    skipVectorization?: boolean
    tokenization?: WeaviateProperty["tokenization"]
    vectorizePropertyName?: boolean