class

Memvid::SearchRequest

Inherits JSON::Serializable < Reference < Object

Search request parameters.

Constructors

new(query : String, top_k : Int32 = 10, offset : Int32 = 0, track : Nil | String = nil, mode : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

mode
Source
mode=(mode : String | Nil)
Source
offset
Source
offset=(offset : Int32)
Source
query
Source
query=(query : String)
Source
top_k
Source
top_k=(top_k : Int32)
Source
track
Source
track=(track : String | Nil)
Source