Variables

DEFAULT_CORPUS_IDENTITY

Variable: DEFAULT_CORPUS_IDENTITY

const DEFAULT_CORPUS_IDENTITY: MemoryIdentity

Defined in: src/lib/rag/defineRAG.ts:137

The namespace a corpus lives in unless told otherwise — the same one indexDocuments writes to by default. The two defaults are one value on purpose: index with no options, retrieve with no options, and the documents are found.

On this page