Skip to content

Commit

Permalink
fixing issue with notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
german-grandas committed Sep 10, 2024
1 parent e94cab0 commit 329417b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"def ray_data_task(ds_splitted):\n",
" results = []\n",
" for row in ds_splitted.iter_rows():\n",
" data_text = row[\"results\"]\n",
" data_text = row[\"results\"].page_content\n",
" data_id = str(uuid.uuid4()) \n",
"\n",
" results.append((data_id, data_text))\n",
Expand Down

0 comments on commit 329417b

Please sign in to comment.