masadonline commited on
Commit
1b1cf2b
·
verified ·
1 Parent(s): f071b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def setup_knowledge_base():
198
  text += clean_extracted_text(extract_text_from_docx(path)) + "\n"
199
  elif f.endswith(".json"):
200
  # Skip orders.json here to avoid mixing with KB text
201
- if f == "orders.json":
202
  continue
203
  text += load_json_data(path) + "\n"
204
  elif f.endswith(".csv"):
 
198
  text += clean_extracted_text(extract_text_from_docx(path)) + "\n"
199
  elif f.endswith(".json"):
200
  # Skip orders.json here to avoid mixing with KB text
201
+ if f == "CustomersOrder.json":
202
  continue
203
  text += load_json_data(path) + "\n"
204
  elif f.endswith(".csv"):