Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

FAISS Index

This repository contains a FAISS index split into multiple parts in the index/ folder.

Reconstruct the index

cat part_* > e5_Flat.index

Usage

import faiss

index = faiss.read_index("e5_Flat.index")

Notes

  • All part_* files are required.
  • Do not modify the part files before reconstruction.
Downloads last month
51

Collection including slupart/inscit-e5-index