--- license: other task_categories: - feature-extraction tags: - vector-search - diskann - nearest-neighbor - benchmark pretty_name: SpaceV1B - 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/spacev1b", filename="diskann/shard_10/spacev1b_64_100_32.shard0_disk.index", repo_type="dataset" ) ``` ### Download with git-lfs ```bash git lfs install git clone https://huggingface.co/datasets/maknee/spacev1b ``` ## License Same as source dataset (Microsoft SPTAG).