struct

Crig::VectorStore::LSHIndex

Inherits Struct < Value < Object

Constructors

new(dim : Int, num_tables : Int32, num_hyperplanes : Int32)
Source

Instance methods

clear
Source
insert(id : String, embedding : Array(Float64)) : self
Source
query(embedding : Array(Float64)) : Array(String)
Source
tables
Source