Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Crig::VectorStore::IndexStrategy
Inherits
Struct
<
Value
<
Object
Constructors
brute_force
Source
lsh
(num_tables :
Int32
, num_hyperplanes :
Int32
) : self
Source
new
(kind :
Kind
=
Kind::BruteForce
, num_tables :
Int32
|
Nil
= nil, num_hyperplanes :
Int32
|
Nil
= nil)
Source
Instance methods
brute_force?
Source
kind
Source
lsh?
Source
num_hyperplanes
Source
num_tables
Source
Nested types
Crig::VectorStore::IndexStrategy::Kind