wt002 commited on
Commit
57772df
·
verified ·
1 Parent(s): 37c53be

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -439,7 +439,7 @@ class MyVector_Store:
439
  # -----------------------------
440
  # Process JSON data and create documents
441
  # -----------------------------
442
- file_path = "/home/wendy/Downloads/questions.json"
443
 
444
  try:
445
  with open(file_path, "r", encoding="utf-8") as f:
 
439
  # -----------------------------
440
  # Process JSON data and create documents
441
  # -----------------------------
442
+ file_path = "/home/wendy/Downloads/data.json"
443
 
444
  try:
445
  with open(file_path, "r", encoding="utf-8") as f: