Skip to content

Commit e6711a5

Browse files
committed
fix pprint calls
1 parent 55683fd commit e6711a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/46_Multimodal_RAG.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
},
479479
{
480480
"cell_type": "code",
481-
"execution_count": 43,
481+
"execution_count": null,
482482
"id": "6f966e35-0916-4f00-90ee-0724d044a9f7",
483483
"metadata": {},
484484
"outputs": [
@@ -520,7 +520,7 @@
520520
" print(f\"Document {idx+1}:\")\n",
521521
" print(f\"Score: {doc.score}\")\n",
522522
" print(f\"File Path: {doc.meta['file_path']}\")\n",
523-
" print()"
523+
" print(\"\")"
524524
]
525525
},
526526
{
@@ -947,7 +947,7 @@
947947
},
948948
{
949949
"cell_type": "code",
950-
"execution_count": 26,
950+
"execution_count": null,
951951
"id": "26151ea5-cbeb-4ba3-bb00-0b95e7172d41",
952952
"metadata": {},
953953
"outputs": [
@@ -975,7 +975,7 @@
975975
" print(f\"Document {idx+1}:\")\n",
976976
" print(f\"Score: {doc.score}\")\n",
977977
" print(f\"File Path: {doc.meta['file_path']}\")\n",
978-
" print()"
978+
" print(\"\")"
979979
]
980980
},
981981
{

0 commit comments

Comments
 (0)