We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ce721 commit a722127Copy full SHA for a722127
README.md
@@ -39,7 +39,10 @@ pip install -e .
39
### 3. Rename `.env_sample` to `.env` and fill in your Entrez email and API key (optional but recommended for higher rate limits)
40
41
## 🚀 Usage
42
+Modify .env and `src/config.py` as needed to customize PubMed query, LLM settings, and output paths. Then run:
43
+```bash
44
python scripts/build_db.py
45
+```
46
47
## To add more modalities (e.g., genomics, pathology):
48
1. Define new dataset schema and extraction instructions in `src/config.py`
0 commit comments