From a6223183259996ad756df22effd4ea1dab8d43cd Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Tue, 7 Oct 2025 17:32:21 -0700 Subject: remove comments --- apps/docs/memory-api/ingesting.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/docs/memory-api/ingesting.mdx') diff --git a/apps/docs/memory-api/ingesting.mdx b/apps/docs/memory-api/ingesting.mdx index 135d8688..79468eaf 100644 --- a/apps/docs/memory-api/ingesting.mdx +++ b/apps/docs/memory-api/ingesting.mdx @@ -670,8 +670,8 @@ Process large volumes efficiently with rate limiting and error recovery. async function batchIngest(documents: Document[], options = {}) { const { - batchSize = 5, // CORRECTED: Conservative batch size - delayBetweenBatches = 2000, // CORRECTED: 2 second delays + batchSize = 5, + delayBetweenBatches = 2000, maxRetries = 3 } = options; -- cgit v1.2.3