ajwthompson commited on
Commit
b7543fa
·
1 Parent(s): ff65140

Update ingest_data.py

Browse files
Files changed (1) hide show
  1. ingest_data.py +1 -1
ingest_data.py CHANGED
@@ -24,7 +24,7 @@ def ingest_data(vector_file_path):
24
  # Save vectorstore
25
  with open(vector_file_path, "wb") as f:
26
  pickle.dump(vectorstore, f)
27
- return vector_file_path
28
 
29
  def get_vectorstore():
30
  vector_file_path = "vectorstore.pkl"
 
24
  # Save vectorstore
25
  with open(vector_file_path, "wb") as f:
26
  pickle.dump(vectorstore, f)
27
+ return vector_file_path
28
 
29
  def get_vectorstore():
30
  vector_file_path = "vectorstore.pkl"