Skip to content

Commit 6f2d087

Browse files
authored
fix removing rag_chain if gradio is not launched (openvinotoolkit#1767)
CVS-133979
1 parent f66c34d commit 6f2d087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebooks/254-llm-chatbot/254-rag-chatbot.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@
12431243
"import re\n",
12441244
"from uuid import uuid4\n",
12451245
"\n",
1246+
"rag_chain = None\n",
12461247
"\n",
12471248
"def load_single_document(file_path: str) -> List[Document]:\n",
12481249
" \"\"\"\n",

0 commit comments

Comments
 (0)