--- license: other task_categories: - feature-extraction tags: - vector-search - diskann - nearest-neighbor - benchmark pretty_name: SIFT1B - Sharded DiskANN Indices size_categories: - 1B file` ## Usage ### Download with huggingface_hub ```python from huggingface_hub import hf_hub_download # Download a specific shard file index = hf_hub_download( repo_id="maknee/sift1b", filename="diskann/shard_10/sift1b_64_100_32.shard0_disk.index", repo_type="dataset" ) ``` ### Download with git-lfs ```bash git lfs install git clone https://huggingface.co/datasets/maknee/sift1b ``` ## License Same as source dataset (BigANN Benchmarks).