Skip to content

Commit

Permalink
fix removing rag_chain if gradio is not launched (openvinotoolkit#1767)
Browse files Browse the repository at this point in the history
CVS-133979
  • Loading branch information
eaidova authored Feb 28, 2024
1 parent f66c34d commit 6f2d087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/254-llm-chatbot/254-rag-chatbot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@
"import re\n",
"from uuid import uuid4\n",
"\n",
"rag_chain = None\n",
"\n",
"def load_single_document(file_path: str) -> List[Document]:\n",
" \"\"\"\n",
Expand Down

0 comments on commit 6f2d087

Please sign in to comment.