Suraj Subramanian 11 달 전
부모
커밋
034c7ef124
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes/use_cases/chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb

+ 1 - 1
recipes/use_cases/chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb

@@ -573,7 +573,7 @@
     "Use the following pieces of context to answer the question. If no context provided, answer like a AI assistant.\n",
     "{context}\n",
     "Question: {question}\n",
-    "\"\"\" # repeats itself\n",
+    "\"\"\" \n",
     "\n",
     "retriever = db.as_retriever(\n",
     "        search_kwargs={\"k\": 6}\n",