yvannn commited on
Commit
91f2170
·
1 Parent(s): 7573950

delete global vectors

Browse files
Files changed (1) hide show
  1. chatbot_csv.py +1 -1
chatbot_csv.py CHANGED
@@ -96,7 +96,7 @@ async def main():
96
 
97
  # Load the vectors from the pickle file
98
  with open(filename + ".pkl", "rb") as f:
99
- global vectors
100
  vectors = pickle.load(f)
101
 
102
  return vectors
 
96
 
97
  # Load the vectors from the pickle file
98
  with open(filename + ".pkl", "rb") as f:
99
+ #global vectors
100
  vectors = pickle.load(f)
101
 
102
  return vectors