From 600f4bffc36265a3dccee659218c9fb0727e635c Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Thu, 1 Aug 2024 14:31:34 +0200 Subject: [PATCH] Adding note for embedding generation --- docs/50-prepare-the-data/4-embed-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/50-prepare-the-data/4-embed-data.mdx b/docs/50-prepare-the-data/4-embed-data.mdx index c0511bc..c2a21f3 100644 --- a/docs/50-prepare-the-data/4-embed-data.mdx +++ b/docs/50-prepare-the-data/4-embed-data.mdx @@ -43,5 +43,5 @@ for doc in tqdm(split_docs): :::caution -If the embedding generation is taking too long (> 2-3 min), kill/interrupt the cell and move on to the next step with the documents that have been embedded up until that point. +If the embedding generation is taking too long (> 5 min), kill/interrupt the cell and move on to the next step with the documents that have been embedded up until that point. ::: \ No newline at end of file