Skip to content

Commit 034c7ef

Browse files
committed
fix typo
1 parent 4507518 commit 034c7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/use_cases/chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"Use the following pieces of context to answer the question. If no context provided, answer like a AI assistant.\n",
574574
"{context}\n",
575575
"Question: {question}\n",
576-
"\"\"\" # repeats itself\n",
576+
"\"\"\" \n",
577577
"\n",
578578
"retriever = db.as_retriever(\n",
579579
" search_kwargs={\"k\": 6}\n",

0 commit comments

Comments
 (0)