⚠️ 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 {
    distance?: number;
    where?: {};
}

Properties

Properties

distance?: number
where?: {}

Type declaration

    Generated using TypeDoc