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”
optional
id_:string
Defined in: .build/typescript/packages/core/src/schema/node.ts:43
metadata?
Section titled “metadata?”
optional
metadata:T
Defined in: .build/typescript/packages/core/src/schema/node.ts:44
excludedEmbedMetadataKeys?
Section titled “excludedEmbedMetadataKeys?”
optional
excludedEmbedMetadataKeys:string
[]
Defined in: .build/typescript/packages/core/src/schema/node.ts:45
excludedLlmMetadataKeys?
Section titled “excludedLlmMetadataKeys?”
optional
excludedLlmMetadataKeys:string
[]
Defined in: .build/typescript/packages/core/src/schema/node.ts:46
relationships?
Section titled “relationships?”
optional
relationships:Partial
<Record
<NodeRelationship
,RelatedNodeType
<T
>>>
Defined in: .build/typescript/packages/core/src/schema/node.ts:47
optional
hash:string
Defined in: .build/typescript/packages/core/src/schema/node.ts:50
embedding?
Section titled “embedding?”
optional
embedding:number
[]
Defined in: .build/typescript/packages/core/src/schema/node.ts:51