Skip to content

Commit a722127

Browse files
committed
updated readme
1 parent 39ce721 commit a722127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ pip install -e .
3939
### 3. Rename `.env_sample` to `.env` and fill in your Entrez email and API key (optional but recommended for higher rate limits)
4040

4141
## 🚀 Usage
42+
Modify .env and `src/config.py` as needed to customize PubMed query, LLM settings, and output paths. Then run:
43+
```bash
4244
python scripts/build_db.py
45+
```
4346

4447
## To add more modalities (e.g., genomics, pathology):
4548
1. Define new dataset schema and extraction instructions in `src/config.py`

0 commit comments

Comments
 (0)