Leask commited on
Commit
7b83d5e
·
verified ·
1 Parent(s): fb47ce1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
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 the pre-built duckdb database
57
 
58
- You can download the pre-built duckdb database from [here](https://huggingface.co/datasets/Intelligent-Internet/arxiv/tree/main/duckdb).
59
 
60
- ### Build your own duckdb database from exported csv files
61
 
62
- You can export the csv files from the duckdb database using the following command:
63
 
64
- 1. Creating duckdb database
 
 
 
 
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