Skip to main content

Type Alias: BaseNodeParams<T>

BaseNodeParams<T>: object

Type Parameters

T extends Metadata = Metadata

Type declaration

embedding?

optional embedding: number[]

excludedEmbedMetadataKeys?

optional excludedEmbedMetadataKeys: string[]

excludedLlmMetadataKeys?

optional excludedLlmMetadataKeys: string[]

hash?

optional hash: string

id_?

optional id_: string

metadata?

optional metadata: T

relationships?

optional relationships: Partial<Record<NodeRelationship, RelatedNodeType<T>>>

Defined in

packages/core/dist/schema/index.d.ts:32