weaviate-client
    Preparing search index...

    Type Alias DataObject<T>

    type DataObject<T> = {
        id?: string;
        properties?: NonReferenceInputs<T>;
        references?: ReferenceInputs<T>;
        vectors?: number[] | Vectors;
    }

    Type Parameters

    • T
    Index

    Properties

    id?: string
    properties?: NonReferenceInputs<T>
    references?: ReferenceInputs<T>
    vectors?: number[] | Vectors