Skip to main content

Interface: ConcurrencyOptions

Options for concurrency. Set the number of concurrent promises to execute for the given tasks. If not specified, tasks will be run sequentially.

Properties

embed

Optional embed: EmbedConcurrencyOptions

Options for concurrency when chunking and embedding content with the embed command.

Defined in

mongodb-rag-ingest/src/Config.ts:71


pages

Optional pages: PageConcurrencyOptions

Options for concurrency when ingesting with the pages command.

Defined in

mongodb-rag-ingest/src/Config.ts:77