Qianhui19 commited on
Commit
097ca95
·
verified ·
1 Parent(s): 983a5a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -55,6 +55,10 @@ The system integrates three core databases with differentiated deployment strate
55
  <img src="figure/pipeline.jpg" alt="Norman_category" width="800">
56
  </div>
57
 
 
 
 
 
58
  ## System Requirements
59
  | Category | Specification |
60
  |----------|---------------|
@@ -68,8 +72,8 @@ The system integrates three core databases with differentiated deployment strate
68
  2. Deploy FDA plugin to connect FastGPT and Dify.
69
  3. Import the Norman dataset(knowledge_database_input_iupac.csv) into FastGPT, configure the application, and export the API key.
70
  4. Create a custom Schema tool on Dify and configure SQL invocation rules.
71
- 5. Deploy Pubchemlite_exposomics(PubChemLite_exposomics_20251226.csv) and Invitrodb_v4.3 databases to local SQL and test query connectivity.
72
- 6. Create a backend program(step1_pubchemlite_invitrodb_to_dify_en.py) to connect Dify and the SQL databases.
73
 
74
  ### Inference Workflow
75
  1. Input the **IUPAC name** of the emerging contaminant into the Dify chat interface.
 
55
  <img src="figure/pipeline.jpg" alt="Norman_category" width="800">
56
  </div>
57
 
58
+
59
+ ## Compound Batch Query Tool (Desktop Version)
60
+ For chemists/researchers to automate batch compound info retrieval from CSV files (default column: `IUPAC_name`). Outputs standardized CSVs, failure logs, and raw API records for analysis/debugging. Requires valid Dify API key and accessible backend.
61
+
62
  ## System Requirements
63
  | Category | Specification |
64
  |----------|---------------|
 
72
  2. Deploy FDA plugin to connect FastGPT and Dify.
73
  3. Import the Norman dataset(knowledge_database_input_iupac.csv) into FastGPT, configure the application, and export the API key.
74
  4. Create a custom Schema tool on Dify and configure SQL invocation rules.
75
+ 5. Deploy Pubchemlite_exposomics (PubChemLite_exposomics_20251226.csv) and Invitrodb_v4.3 databases to local SQL and test query connectivity.
76
+ 6. Create a backend program (step1_pubchemlite_invitrodb_to_dify_en.py) to connect Dify and the SQL databases.
77
 
78
  ### Inference Workflow
79
  1. Input the **IUPAC name** of the emerging contaminant into the Dify chat interface.