Suraj Subramanian 11 månader sedan
förälder
incheckning
034c7ef124
1 ändrade filer med 1 tillägg och 1 borttagningar
  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",