MedRAG commited on
Commit
f73251d
1 Parent(s): fef61f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -42,6 +42,9 @@ Each row is a snippet of StatPearls, which includes the following features:
42
  <!-- This section describes suitable use cases for the dataset. -->
43
 
44
  ```shell
 
 
 
45
  wget https://ftp.ncbi.nlm.nih.gov/pub/litarch/3d/12/statpearls_NBK430685.tar.gz -P ./corpus/statpearls
46
  tar -xzvf ./corpus/statpearls/statpearls_NBK430685.tar.gz -C ./corpus/statpearls
47
  python src/data/statpearls.py
 
42
  <!-- This section describes suitable use cases for the dataset. -->
43
 
44
  ```shell
45
+ git clone https://github.com/Teddy-XiongGZ/MedRAG.git
46
+ cd MedRAG
47
+
48
  wget https://ftp.ncbi.nlm.nih.gov/pub/litarch/3d/12/statpearls_NBK430685.tar.gz -P ./corpus/statpearls
49
  tar -xzvf ./corpus/statpearls/statpearls_NBK430685.tar.gz -C ./corpus/statpearls
50
  python src/data/statpearls.py