TiannuoYang/hnsw_index

Dataset

This is the vector index file of our paper SearchAgent-X. It contains a HNSW-based index file of approxiamte nearest neighbor search built for Wikipedia English corpus.

1

3 commits

2 linked in READMEs

updated Jul 2, 2025

See the code

README

This is the vector index file of our paper SearchAgent-X. It contains a HNSW-based index file of approxiamte nearest neighbor search built for Wikipedia English corpus.

Details of this dataset:

  • Chunked Text: wiki-18-corpus
  • Embedding Model: all-MiniLM-L6-v2
  • HNSW Implementation Base: HNSWLib
  • Indexing Params:
    • 32 neighbors per node (i.e., M)
    • candidate list of 500 (i.e., efConstruction)

DIY: How to Encode and Index Your Own Corpus?
😄 Follow our github instructions and code here

arxiv.org/abs/2505.12065

Contributors

TiannuoYang

3 commits

TiannuoYang/hnsw_index

Dataset

This is the vector index file of our paper SearchAgent-X. It contains a HNSW-based index file of approxiamte nearest neighbor search built for Wikipedia English corpus.

1

3 commits

2 linked in READMEs

updated Jul 2, 2025

See the code

README

This is the vector index file of our paper SearchAgent-X. It contains a HNSW-based index file of approxiamte nearest neighbor search built for Wikipedia English corpus.

Details of this dataset:

  • Chunked Text: wiki-18-corpus
  • Embedding Model: all-MiniLM-L6-v2
  • HNSW Implementation Base: HNSWLib
  • Indexing Params:
    • 32 neighbors per node (i.e., M)
    • candidate list of 500 (i.e., efConstruction)

DIY: How to Encode and Index Your Own Corpus?
😄 Follow our github instructions and code here

arxiv.org/abs/2505.12065

Contributors

TiannuoYang

3 commits