weaviate-client
    Preparing search index...

    Type Alias WeaviateNonGenericObject

    type WeaviateNonGenericObject = {
        metadata: ReturnMetadata | undefined;
        properties: Record<string, WeaviateField>;
        references: Record<string, CrossReferenceDefault> | undefined;
        uuid: string;
        vectors: Vectors;
    }
    Index

    Properties

    metadata: ReturnMetadata | undefined

    The returned metadata of the object.

    properties: Record<string, WeaviateField>

    The returned properties of the object.

    references: Record<string, CrossReferenceDefault> | undefined

    The returned references of the object.

    uuid: string

    The UUID of the object.

    vectors: Vectors

    The returned vectors of the object.