Interface EntityWithEmbeddings

interface EntityWithEmbeddings {
    category: string;
    eid: string;
    eid_vector: number[];
    kind: "entity";
}

Hierarchy (view full)

Properties

category: string
eid: string
eid_vector: number[]
kind: "entity"