From bc165414c05ccdd8c0c47e75759764537d21361e Mon Sep 17 00:00:00 2001 From: Olivier Filangi Date: Fri, 6 Sep 2024 11:08:26 +0200 Subject: [PATCH] . --- config/human_against_plant.json | 0 config/ncbi.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 config/human_against_plant.json create mode 100644 config/ncbi.json diff --git a/config/human_against_plant.json b/config/human_against_plant.json new file mode 100644 index 0000000..e69de29 diff --git a/config/ncbi.json b/config/ncbi.json new file mode 100644 index 0000000..396de81 --- /dev/null +++ b/config/ncbi.json @@ -0,0 +1,19 @@ +{ + "populate_owl_tag_embeddings" : { + "debug_nb_terms_by_ontology" : -1 + }, + + "populate_ncbi_abstract_embeddings" : { + "debug_nb_ncbi_request" : -1, + "debug_nb_abstracts_by_search" : -1, + "retmax" : 15, + "selected_term" : [ + "mass+AND+spectrometry+AND+glucosinolate" + ] + }, + + "compute_tag_chunk_similarities" : { + "threshold_similarity_tag_chunk" : 0.55, + "debug_nb_similarity_compute" : -1 + } +}