Update README.md
Browse files
README.md
CHANGED
@@ -145,3 +145,7 @@ FROM read_csv_auto(
|
|
145 |
types={'abstract_vector': 'VARCHAR', 'introduction_vector': 'VARCHAR', 'conclusion_vector':'VARCHAR'}
|
146 |
);
|
147 |
```
|
|
|
|
|
|
|
|
|
|
145 |
types={'abstract_vector': 'VARCHAR', 'introduction_vector': 'VARCHAR', 'conclusion_vector':'VARCHAR'}
|
146 |
);
|
147 |
```
|
148 |
+
|
149 |
+
### Use the full PostgreSQL version database
|
150 |
+
|
151 |
+
We also provide a full PostgreSQL version un-trimmed database. You can download it from [here](https://huggingface.co/datasets/Intelligent-Internet/arxiv/tree/main/data).
|