struct
Memo::Stats
- Memo::Stats
- Struct
- Value
- Object
Overview
Statistics about indexed content
Defined in:
memo/service.crConstructors
Instance Method Summary
- #chunks : Int64
- #embeddings : Int64
- #index_memory_bytes : UInt64
- #index_memory_mb : Float64
- #query_cache_size : Int32
- #sources : Int64
Constructor Detail
def self.new(embeddings : Int64, chunks : Int64, sources : Int64, index_memory_bytes : UInt64 = 0_u64, query_cache_size : Int32 = 0)
#