HnswFlags constructor

const HnswFlags({
  1. bool debugLogs = false,
  2. bool debugLogsDetailed = false,
  3. bool vectorCacheSimdPaddingOff = false,
  4. bool reparationLimitCandidates = false,
})

Create flags for the HnswIndex annotation.

Implementation

const HnswFlags(
    {this.debugLogs = false,
    this.debugLogsDetailed = false,
    this.vectorCacheSimdPaddingOff = false,
    this.reparationLimitCandidates = false});