diff --git a/apps/docs/docs/api/interfaces/NodeWithEmbedding.md b/apps/docs/docs/api/interfaces/NodeWithEmbedding.md deleted file mode 100644 index e8b99ab646f94f7db0e4209524f801553b970310..0000000000000000000000000000000000000000 --- a/apps/docs/docs/api/interfaces/NodeWithEmbedding.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "NodeWithEmbedding" -title: "Interface: NodeWithEmbedding" -sidebar_label: "NodeWithEmbedding" -sidebar_position: 0 -custom_edit_url: null ---- - -A node with an embedding - -## Properties - -### embedding - -• **embedding**: `number`[] - -#### Defined in - -[Node.ts:305](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/core/src/Node.ts#L305) - -___ - -### node - -• **node**: [`BaseNode`](../classes/BaseNode.md) - -#### Defined in - -[Node.ts:304](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/core/src/Node.ts#L304)