vectorStoreSizeBytes property
- @TagNumber.new(5)
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);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set vectorStoreSizeBytes($fixnum.Int64 value) => $_setInt64(4, value);