vectorStoreSizeBytes property

  1. @TagNumber.new(5)
Int64 get vectorStoreSizeBytes

Bytes the index occupies (industry: VectorStore.usage_bytes). MUST be populated by make_stats() — it is surfaced as RagStats.indexSizeBytes.

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get vectorStoreSizeBytes => $_getI64(4);
  1. @TagNumber.new(5)
set vectorStoreSizeBytes (Int64 value)

Implementation

@$pb.TagNumber(5)
set vectorStoreSizeBytes($fixnum.Int64 value) => $_setInt64(4, value);