Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +2 -0
pipeline.py
CHANGED
|
@@ -869,8 +869,10 @@ async def pipeline_with_gemini(accessions,stop_flag=None, save_df=None, niche_ca
|
|
| 869 |
links += more_links
|
| 870 |
acc_score["source"] = links
|
| 871 |
# add into the number of publications
|
|
|
|
| 872 |
acc_score["signals"]["num_publication"] += len(acc_score["source"])
|
| 873 |
# add if accession_found_in_text or not
|
|
|
|
| 874 |
acc_score["signals"]["accession_found_in_text"] = accession_found_in_text
|
| 875 |
|
| 876 |
print("this is llm results: ")
|
|
|
|
| 869 |
links += more_links
|
| 870 |
acc_score["source"] = links
|
| 871 |
# add into the number of publications
|
| 872 |
+
print("done adding links into source and here are number of links: ", len(acc_score["source"]))
|
| 873 |
acc_score["signals"]["num_publication"] += len(acc_score["source"])
|
| 874 |
# add if accession_found_in_text or not
|
| 875 |
+
print("accession found in text: ", accession_found_in_text)
|
| 876 |
acc_score["signals"]["accession_found_in_text"] = accession_found_in_text
|
| 877 |
|
| 878 |
print("this is llm results: ")
|