Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This is a [arXiv](https://arxiv.org/) dataset for use with the [II-Commons-Store
|
|
18 |
|
19 |
This dataset comprises a curated arXiv dataset. We provide a series of pre-computed embedding vector datasets based on ArXiv paper data to help users quickly start and test the semantic search API. These datasets contain paper metadata, text from certain sections, and optimized embedding vectors. They can be downloaded and used directly, eliminating the need for time-consuming local embedding calculations.
|
20 |
|
21 |
-
<i>More details about the dataset can be found [here](https://github.com/Intelligent-Internet/ii-commons-
|
22 |
|
23 |
### Dataset Sources
|
24 |
|
@@ -69,9 +69,9 @@ We merged two major [OAI](https://info.arxiv.org/help/oa/index.html) datasets sn
|
|
69 |
|
70 |
## How to use
|
71 |
|
72 |
-
### Use `II-Commons-
|
73 |
|
74 |
-
The easiest way to use the arXiv dataset is to use the [`II-Commons-
|
75 |
|
76 |
### Use the pre-built [DuckDB](https://duckdb.org/) database
|
77 |
|
|
|
18 |
|
19 |
This dataset comprises a curated arXiv dataset. We provide a series of pre-computed embedding vector datasets based on ArXiv paper data to help users quickly start and test the semantic search API. These datasets contain paper metadata, text from certain sections, and optimized embedding vectors. They can be downloaded and used directly, eliminating the need for time-consuming local embedding calculations.
|
20 |
|
21 |
+
<i>More details about the dataset can be found [here](https://github.com/Intelligent-Internet/ii-commons-store/blob/main/DATASETS.md).</i>
|
22 |
|
23 |
### Dataset Sources
|
24 |
|
|
|
69 |
|
70 |
## How to use
|
71 |
|
72 |
+
### Use `II-Commons-Store`
|
73 |
|
74 |
+
The easiest way to use the arXiv dataset is to use the [`II-Commons-Store`(ii-commons-store Semantic Search API)](https://github.com/Intelligent-Internet/ii-commons-store) 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.
|
75 |
|
76 |
### Use the pre-built [DuckDB](https://duckdb.org/) database
|
77 |
|