Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +2 -1
pipeline.py
CHANGED
@@ -377,7 +377,7 @@ def pipeline_with_gemini(accessions):
|
|
377 |
# Upload to Drive
|
378 |
upload_file_to_drive(file_chunk_path, chunk_filename, sample_folder_id)
|
379 |
upload_file_to_drive(file_all_path, all_filename, sample_folder_id)
|
380 |
-
|
381 |
# else:
|
382 |
# final_input = ""
|
383 |
# if all_output:
|
@@ -399,6 +399,7 @@ def pipeline_with_gemini(accessions):
|
|
399 |
# faiss_index_path = saveLinkFolder+"/faiss_index.bin"
|
400 |
# document_chunks_path = saveLinkFolder+"/document_chunks.json"
|
401 |
# structured_lookup_path = saveLinkFolder+"/structured_lookup.json"
|
|
|
402 |
faiss_filename = "faiss_index.bin"
|
403 |
chunks_filename = "document_chunks.json"
|
404 |
lookup_filename = "structured_lookup.json"
|
|
|
377 |
# Upload to Drive
|
378 |
upload_file_to_drive(file_chunk_path, chunk_filename, sample_folder_id)
|
379 |
upload_file_to_drive(file_all_path, all_filename, sample_folder_id)
|
380 |
+
print("here 1")
|
381 |
# else:
|
382 |
# final_input = ""
|
383 |
# if all_output:
|
|
|
399 |
# faiss_index_path = saveLinkFolder+"/faiss_index.bin"
|
400 |
# document_chunks_path = saveLinkFolder+"/document_chunks.json"
|
401 |
# structured_lookup_path = saveLinkFolder+"/structured_lookup.json"
|
402 |
+
print("here 2")
|
403 |
faiss_filename = "faiss_index.bin"
|
404 |
chunks_filename = "document_chunks.json"
|
405 |
lookup_filename = "structured_lookup.json"
|