weaviate-client
    Preparing search index...

    Type Alias WeaviateReturn<T, V>

    The return of a query method in the collection.query namespace.

    type WeaviateReturn<T, V> = {
        objects: WeaviateObject<T, V>[];
    }

    Type Parameters

    • T
    • V
    Index

    Properties

    Properties

    objects: WeaviateObject<T, V>[]

    The objects that were found by the query.