Skip to content

Commit

Permalink
Adding note for embedding generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Aug 1, 2024
1 parent 5cc69d4 commit 600f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/50-prepare-the-data/4-embed-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ for doc in tqdm(split_docs):
</details>

:::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.
:::

0 comments on commit 600f4bf

Please sign in to comment.