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::
Config::
Search
Memo::Config::Search
Struct
Value
Object
Overview
Search configuration
Defined in:
memo/config.cr
Constructors
.new
(default_limit : Int32 =
10
, default_min_score : Float64 =
0.7
)
Instance Method Summary
#default_limit
: Int32
#default_min_score
: Float64
Constructor Detail
def self.
new
(default_limit : Int32 =
10
, default_min_score : Float64 =
0.7
)
#
[
View source
]
Instance Method Detail
def
default_limit
: Int32
#
[
View source
]
def
default_min_score
: Float64
#
[
View source
]