Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Nov 22, 2024
1 parent 1a1d10c commit a98759a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/semantic_chunking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
{
"cell_type": "code",
"execution_count": 53,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -97,6 +97,7 @@
" embedding_model=\"minishlab/potion-base-8M\",\n",
" similarity_threshold=0.3,\n",
" skip_window=5,\n",
" chunk_size = 256\n",
")\n",
"\n",
"# Chunk the text\n",
Expand Down

0 comments on commit a98759a

Please sign in to comment.