Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 == "
|
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"):
|