struct Memo::Stats

Overview

Statistics about indexed content

Defined in:

memo/service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(embeddings : Int64, chunks : Int64, sources : Int64, index_memory_bytes : UInt64 = 0_u64, query_cache_size : Int32 = 0) #

[View source]

Instance Method Detail

def chunks : Int64 #

[View source]
def embeddings : Int64 #

[View source]
def index_memory_bytes : UInt64 #

[View source]
def index_memory_mb : Float64 #

[View source]
def query_cache_size : Int32 #

[View source]
def sources : Int64 #

[View source]