weaviate-client
    Preparing search index...

    Type Alias MoveOptions

    Options available when specifying moveTo and moveAway in the query.nearText method.

    type MoveOptions = {
        concepts?: string[];
        force: number;
        objects?: string[];
    }
    Index

    Properties

    concepts?: string[]
    force: number
    objects?: string[]