BaseNodeParams
BaseNodeParams<
T> =object
Defined in: .build/typescript/packages/core/src/schema/node.ts:42
Type Parameters
Section titled “Type Parameters”Properties
Section titled “Properties”
optionalid_:string
Defined in: .build/typescript/packages/core/src/schema/node.ts:43
metadata?
Section titled “metadata?”
optionalmetadata:T
Defined in: .build/typescript/packages/core/src/schema/node.ts:44
excludedEmbedMetadataKeys?
Section titled “excludedEmbedMetadataKeys?”
optionalexcludedEmbedMetadataKeys:string[]
Defined in: .build/typescript/packages/core/src/schema/node.ts:45
excludedLlmMetadataKeys?
Section titled “excludedLlmMetadataKeys?”
optionalexcludedLlmMetadataKeys:string[]
Defined in: .build/typescript/packages/core/src/schema/node.ts:46
relationships?
Section titled “relationships?”
optionalrelationships:Partial<Record<NodeRelationship,RelatedNodeType<T>>>
Defined in: .build/typescript/packages/core/src/schema/node.ts:47
optionalhash:string
Defined in: .build/typescript/packages/core/src/schema/node.ts:50
embedding?
Section titled “embedding?”
optionalembedding:number[]
Defined in: .build/typescript/packages/core/src/schema/node.ts:51