ppsingh commited on
Commit
ee3adda
·
verified ·
1 Parent(s): 9a13482

Update auditqa/process_chunks.py

Browse files
Files changed (1) hide show
  1. auditqa/process_chunks.py +1 -1
auditqa/process_chunks.py CHANGED
@@ -90,7 +90,7 @@ def load_chunks():
90
  print("vector embeddings done")
91
  return qdrant_collections
92
 
93
- def load_new_chunks():
94
  """
95
  this method reads through the files and report_list to create the vector database
96
  """
 
90
  print("vector embeddings done")
91
  return qdrant_collections
92
 
93
+ def load_old_chunks():
94
  """
95
  this method reads through the files and report_list to create the vector database
96
  """