Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit c3deced

Browse files
committed
update formatting
1 parent caa2c5c commit c3deced

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebooks/RAG_Chatbot_with_Chat_Embed_Rerank.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@
458458
" \n",
459459
" for event in response:\n",
460460
" stream_type = type(event).__name__\n",
461-
" # Text\n",
461+
" \n",
462+
" # Text\n",
462463
" if stream_type == \"StreamTextGeneration\":\n",
463464
" print(event.text, end=\"\")\n",
464465
"\n",
@@ -468,7 +469,8 @@
468469
" print(\"\\n\\nCITATIONS:\")\n",
469470
" citations_flag = True\n",
470471
" print(event.citations[0])\n",
471-
" \n",
472+
" \n",
473+
" # Documents\n",
472474
" if citations_flag:\n",
473475
" if stream_type == \"StreamingChat\":\n",
474476
" print(\"\\n\\nDOCUMENTS:\")\n",

0 commit comments

Comments
 (0)