mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-21 06:45:25 -04:00
0904d3dc5d
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.
533 B
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
• node: BaseNode