SearchResult
Defined in: VectorStore.ts:20
A search result with similarity score.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
chunk | readonly | ChunkRecord | VectorStore.ts:21 |
score | readonly | number | VectorStore.ts:22 |
Defined in: VectorStore.ts:20
A search result with similarity score.
| Property | Modifier | Type | Defined in |
|---|---|---|---|
chunk | readonly | ChunkRecord | VectorStore.ts:21 |
score | readonly | number | VectorStore.ts:22 |