VyLala commited on
Commit
25e6e8b
·
verified ·
1 Parent(s): 81f019a

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -0
pipeline.py CHANGED
@@ -541,7 +541,9 @@ def pipeline_with_gemini(accessions,niche_cases=None):
541
  structured_lookup_path = os.path.join(LOCAL_TEMP_DIR, lookup_filename)
542
  print("name if faiss path: ", faiss_index_path)
543
  # 🔥 Remove the local file first if it exists
 
544
  faiss_id = find_drive_file(faiss_filename, sample_folder_id)
 
545
  document_id = find_drive_file(chunks_filename, sample_folder_id)
546
  structure_id = find_drive_file(lookup_filename, sample_folder_id)
547
  if faiss_id and document_id and structure_id:
 
541
  structured_lookup_path = os.path.join(LOCAL_TEMP_DIR, lookup_filename)
542
  print("name if faiss path: ", faiss_index_path)
543
  # 🔥 Remove the local file first if it exists
544
+ print("start faiss id and also the sample folder id is: ", sample_folder_id)
545
  faiss_id = find_drive_file(faiss_filename, sample_folder_id)
546
+ print("done faiss id")
547
  document_id = find_drive_file(chunks_filename, sample_folder_id)
548
  structure_id = find_drive_file(lookup_filename, sample_folder_id)
549
  if faiss_id and document_id and structure_id: