Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
memo
v0.8.1
Memo
Chunking
CLI
Commands
BuildVocab
Delete
IndexFiles
IndexText
Search
ServiceCreate
ServiceDelete
Services
ServiceUse
Stats
Terms
Input
Clustering
Cluster
Config
Chunking
EmbeddingService
Queue
Search
Database
Document
ExternalId
Files
FileInfo
FileRecord
Providers
Base
EmbedResult
Mock
OpenAI
Registry
Voyage
RRF
Item
Search
Filters
Result
Service
QueueStats
ServiceProvider
Info
Stats
SourceRegistry
Stats
Storage
USearchIndex
Vocab
Result
WordFrequency
Generated using Crystal 1.16.3
2026-02-09 23:17:06 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
]