davidmezzetti
commited on
Commit
•
e4c367b
1
Parent(s):
5d249c9
Update README
Browse files
README.md
CHANGED
@@ -68,14 +68,14 @@ The following steps show how to build this index.
|
|
68 |
|
69 |
- Install required build dependencies
|
70 |
```bash
|
71 |
-
pip install
|
72 |
```
|
73 |
|
74 |
- Follow these [instructions](https://huggingface.co/datasets/arxiv_dataset/blob/main/arxiv_dataset.py#L67) to download the dataset
|
75 |
|
76 |
- Build txtai-arxiv index
|
77 |
```bash
|
78 |
-
python -m
|
79 |
-d <path to directory with file downloaded in previous step> \
|
80 |
-o txtai-arxiv
|
81 |
```
|
|
|
68 |
|
69 |
- Install required build dependencies
|
70 |
```bash
|
71 |
+
pip install ragdata
|
72 |
```
|
73 |
|
74 |
- Follow these [instructions](https://huggingface.co/datasets/arxiv_dataset/blob/main/arxiv_dataset.py#L67) to download the dataset
|
75 |
|
76 |
- Build txtai-arxiv index
|
77 |
```bash
|
78 |
+
python -m ragdata.arxiv.index \
|
79 |
-d <path to directory with file downloaded in previous step> \
|
80 |
-o txtai-arxiv
|
81 |
```
|