hnswEf property

  1. @TagNumber(1)
Int64 get hnswEf

Params relevant to HNSW index. Size of the beam in a beam-search. Larger the value - more accurate the result, more time required for search.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get hnswEf => $_getI64(0);
  1. @TagNumber(1)
set hnswEf (Int64 v)

Implementation

@$pb.TagNumber(1)
set hnswEf($fixnum.Int64 v) {
  $_setInt64(0, v);
}