Update README.md
Browse files
README.md
CHANGED
|
@@ -53,15 +53,19 @@ This dataset is derived and organized from arXiv. The original license informati
|
|
| 53 |
|
| 54 |
## How to use
|
| 55 |
|
| 56 |
-
### Use
|
| 57 |
|
| 58 |
-
|
| 59 |
|
| 60 |
-
###
|
| 61 |
|
| 62 |
-
You can
|
| 63 |
|
| 64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
```bash
|
| 67 |
$ duckdb arxiv.duckdb
|
|
|
|
| 53 |
|
| 54 |
## How to use
|
| 55 |
|
| 56 |
+
### Use `II-Commons-Local`
|
| 57 |
|
| 58 |
+
The easiest way to use the arXiv dataset is to use the [`II-Commons-Local`(ii-commons-desktop Semantic Search API)](https://github.com/Intelligent-Internet/ii-commons-local) project. The project is a high-performance semantic search and storage API built with FastAPI and DuckDB. It allows you to store text data, generate vector embeddings for it, and perform efficient semantic searches.
|
| 59 |
|
| 60 |
+
### Use the pre-built [DuckDB](https://duckdb.org/) database
|
| 61 |
|
| 62 |
+
You can download the pre-built DuckDB database from [here](https://huggingface.co/datasets/Intelligent-Internet/arxiv/tree/main/duckdb).
|
| 63 |
|
| 64 |
+
### Build your own DuckDB database from exported csv files
|
| 65 |
+
|
| 66 |
+
You can export the csv files from the DuckDB database using the following command:
|
| 67 |
+
|
| 68 |
+
1. Creating DuckDB database
|
| 69 |
|
| 70 |
```bash
|
| 71 |
$ duckdb arxiv.duckdb
|