Interface: EmbedConcurrencyOptions
ContentStore.EmbedConcurrencyOptions
Properties
createChunks
• Optional
createChunks: number
Maximum number of chunks per page to generate chunks for concurrently.
This includes the creation of the chunk embeddings and any chunk preprocessing.
Defined in
packages/mongodb-rag-core/src/contentStore/updateEmbeddedContent.ts:18
processPages
• Optional
processPages: number
Number of pages to chunk and embed concurrently.
Defined in
packages/mongodb-rag-core/src/contentStore/updateEmbeddedContent.ts:13