Interface: EmbedConcurrencyOptions
ragCore.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
mongodb-rag-core/build/contentStore/updateEmbeddedContent.d.ts:14
processPages
• Optional
processPages: number
Number of pages to chunk and embed concurrently.
Defined in
mongodb-rag-core/build/contentStore/updateEmbeddedContent.d.ts:9