⚠️ Deprecated ⚠️

Prefer the @langchain/weaviate package.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

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

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

Properties

Properties

where: {}

Type declaration

    distance?: number

    Generated using TypeDoc