Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
memo
main
Memo
Chunking
Config
Chunking
EmbeddingService
Queue
Search
Database
Document
Projection
Providers
Base
EmbedResult
Mock
OpenAI
RRF
Item
Search
Filters
Result
Service
QueueStats
Stats
Storage
Generated using Crystal 1.16.3
2026-01-17 23:15:12 UTC
struct
Memo::
Stats
Memo::Stats
Struct
Value
Object
Overview
Statistics about indexed content
Defined in:
memo/service.cr
Constructors
.new
(embeddings : Int64, chunks : Int64, sources : Int64)
Instance Method Summary
#chunks
: Int64
#embeddings
: Int64
#sources
: Int64
Constructor Detail
def self.
new
(embeddings : Int64, chunks : Int64, sources : Int64)
#
[
View source
]
Instance Method Detail
def
chunks
: Int64
#
[
View source
]
def
embeddings
: Int64
#
[
View source
]
def
sources
: Int64
#
[
View source
]