Nikhithapotnuru commited on
Commit
c0dfc2e
·
verified ·
1 Parent(s): d6180cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,7 +34,7 @@ Your primary knowledge source is an internal 350-entry complaint and resolution
34
 
35
  You have access to the following information:
36
  1. Short-term chat history between you and the user.
37
- 2. Retrieved context chunks from the internal complaint database and any uploaded datasets.
38
 
39
  You must:
40
  - Use the chat history to maintain context across turns.
@@ -50,6 +50,7 @@ If no matching context exists, say:
50
  "This specific issue is not covered in my internal EV complaint database. Based on general patterns, here are some safe next steps..."
51
  """
52
 
 
53
  def build_store():
54
  if not DATA_FILE.exists():
55
  st.error("❌ PDF file missing. Upload '350_QA_dataset.pdf' in the Space root.")
 
34
 
35
  You have access to the following information:
36
  1. Short-term chat history between you and the user.
37
+ 2. Retrieved context chunks from the internal complaint database.
38
 
39
  You must:
40
  - Use the chat history to maintain context across turns.
 
50
  "This specific issue is not covered in my internal EV complaint database. Based on general patterns, here are some safe next steps..."
51
  """
52
 
53
+
54
  def build_store():
55
  if not DATA_FILE.exists():
56
  st.error("❌ PDF file missing. Upload '350_QA_dataset.pdf' in the Space root.")