Options
All
  • Public
  • Public/Protected
  • All
Menu

EmbeddingChunk

One chunk's raw embedding vector and the text it was computed from.

Index

Properties

chunkIndex

chunkIndex: number

chunkText

chunkText: string

noteId

noteId: string

vector

vector: number[]

Unit-norm vector of length EmbeddingsPage.dimension. Only comparable to vectors with the same EmbeddingsPage.modelId.