Files
LlamaIndexTS/apps/docs/docs/api/interfaces/NodeWithEmbedding.md
T
Yi Ding 0904d3dc5d allow adding of nodes with hash comparisons
Allows our scripts to be run repeatedly with vector store backing and
persistence without throwing an error.

This is rudimentary support which doesn't work if the document has
changed over time.

Also added the insert and delete functions so that documents can be
added manually.
2023-08-15 08:49:06 -07:00

533 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
NodeWithEmbedding Interface: NodeWithEmbedding NodeWithEmbedding 0 null

A node with an embedding

Properties

embedding

embedding: number[]

Defined in

Node.ts:305


node

node: BaseNode

Defined in

Node.ts:304