weaviate-client
    Preparing search index...

    Type Alias BaseNearTextOptions<T, V, I>

    BaseNearTextOptions: BaseNearOptions<T, V, I> & {
        moveAway?: MoveOptions;
        moveTo?: MoveOptions;
    }

    Base options for the query.nearText method.

    Type Parameters

    • T
    • V
    • I