pub const FaissIndicesOptions_INDICES_IVF: FaissIndicesOptions = 1;Expand description
The indices are not stored at all, on either the CPU or GPU. Only (inverted list, offset) is returned to the user as the index.
pub const FaissIndicesOptions_INDICES_IVF: FaissIndicesOptions = 1;The indices are not stored at all, on either the CPU or GPU. Only (inverted list, offset) is returned to the user as the index.