SalehAhmad commited on
Commit
dfedc1c
·
verified ·
1 Parent(s): 32456d5

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -153,7 +153,7 @@ class RAGChatbot:
153
  full_text.append(paragraph.text)
154
  return '\n'.join(full_text)
155
 
156
- file_content = read_docx(os.path.join('../../Data', file_path))
157
 
158
  system_prompt = '''
159
  You are an intelligent assistant designed to provide clear, accurate, and helpful responses.
 
153
  full_text.append(paragraph.text)
154
  return '\n'.join(full_text)
155
 
156
+ file_content = read_docx(os.path.join('./Data', file_path))
157
 
158
  system_prompt = '''
159
  You are an intelligent assistant designed to provide clear, accurate, and helpful responses.