Options
All
  • Public
  • Public/Protected
  • All
Menu

GetEmbeddingsOptions

Parameters for JoplinAi.getEmbeddings.

Index

Properties

Properties

Optional cursor

cursor: string

Opaque pagination cursor returned by a previous call. Treat as a black box: pass it back unchanged to get the next page. Omit on the first call.

Optional limit

limit: number

Maximum chunks to return in this page. Defaults to 500. Hard-capped at 5000 to keep payload size bounded.

Optional noteIds

noteIds: string[]

Restrict the result to these notes. Omit to page through every indexed chunk in the vault. Requesting a note that isn't indexed yet (e.g. still in the initial backfill) is not an error — it's silently skipped.