weaviate-client
    Preparing search index...

    Type Alias Stopwords

    type Stopwords = {
        additions: string[];
        preset: StopwordsPreset | string;
        removals: string[];
    }
    Index

    Properties

    additions: string[]
    preset: StopwordsPreset | string
    removals: string[]