huoju commited on
Commit
238fbb6
·
verified ·
1 Parent(s): 2ca0e78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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-local/blob/main/DATASETS.md).</i>
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-Local`
73
 
74
- 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.
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