Interface that defines a filter for querying data from Weaviate. It includes a distance and a WhereFilter.

interface WeaviateFilter {
    distance?: number;
    where?: {};
}

Properties

Properties

distance?: number
where?: {}

Type declaration

    Generated using TypeDoc