ZhuofengLi commited on
Commit
25cb814
·
verified ·
1 Parent(s): c629667

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ Each row in the dataset contains the following fields:
51
  + **url** (string): The source URL where the document was retrieved from.
52
 
53
  ## How to use this dataset?
54
- You can use this dataset together with its embeddings to build an offline search engine. Below is a pseduo code for **demonstration only** (for production use, consider [Faiss-GPU](https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU)).
55
  ```python
56
  # download index before
57
  # huggingface-cli download OpenResearcher/OpenResearcher-Corpus --repo-type=dataset --include="qwen3-embedding-8b/*" --local-dir ./indexes
 
51
  + **url** (string): The source URL where the document was retrieved from.
52
 
53
  ## How to use this dataset?
54
+ You can use this dataset together with its [embeddings](https://huggingface.co/datasets/OpenResearcher/OpenResearcher-Indexes) to build an offline search engine. Below is a pseduo code for **demonstration only** (for production use, consider [Faiss-GPU](https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU)).
55
  ```python
56
  # download index before
57
  # huggingface-cli download OpenResearcher/OpenResearcher-Corpus --repo-type=dataset --include="qwen3-embedding-8b/*" --local-dir ./indexes