ChunkRecord
Defined in: VectorStore.ts:10
A stored chunk with its embedding and metadata.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
crawledAt | readonly | number | VectorStore.ts:16 |
embedding | readonly | Float32Array | VectorStore.ts:13 |
id | readonly | string | VectorStore.ts:11 |
text | readonly | string | VectorStore.ts:12 |
title | readonly | string | VectorStore.ts:15 |
url | readonly | string | VectorStore.ts:14 |