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