Skip to content

Commit 223387a

Browse files
skips embedding generation cell
1 parent 044db0f commit 223387a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-recipes/recommendation-systems/content_filtering.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@
367367
"metadata": {},
368368
"outputs": [],
369369
"source": [
370-
"# this step will take a while, but only needs to be done once for your entire dataset\n",
370+
"# NBVAL_SKIP\n",
371+
"# # this step will take a while, but only needs to be done once for your entire dataset\n",
371372
"# currently taking 10 minutes to run, so we've gone ahead and saved the vectors to a file for you\n",
372373
"# if you don't want to wait, you can skip the cell and load the vectors from the file in the next cell\n",
373374
"from redisvl.utils.vectorize import HFTextVectorizer\n",

0 commit comments

Comments
 (0)