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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -398,7 +398,7 @@ def create_documents(data_source: str, data: list) -> list:
398
  return docs
399
 
400
  # Path to your data.json
401
- file_path = "/home/wendy/Downloads/questions.json"
402
 
403
  def load_data(file_path: str) -> List[dict]:
404
  """Safe JSON data loading with error handling"""
 
398
  return docs
399
 
400
  # Path to your data.json
401
+ file_path = "/home/wendy/Downloads/data.json"
402
 
403
  def load_data(file_path: str) -> List[dict]:
404
  """Safe JSON data loading with error handling"""