Omkar192002 commited on
Commit
707fd94
·
verified ·
1 Parent(s): 60bab1a

Update embed_data.py

Browse files
Files changed (1) hide show
  1. embed_data.py +1 -1
embed_data.py CHANGED
@@ -65,7 +65,7 @@ def initialize_pinecone():
65
  return index
66
 
67
  # Load the e-bikes data
68
- def load_ebikes_data(file_path="ebikes_data.json"):
69
  with open(file_path, 'r') as f:
70
  data = json.load(f)
71
  return data.get('pogo-cycles-data', [])
 
65
  return index
66
 
67
  # Load the e-bikes data
68
+ def load_ebikes_data(file_path="data.json"):
69
  with open(file_path, 'r') as f:
70
  data = json.load(f)
71
  return data.get('pogo-cycles-data', [])