weaviate-client
Preparing search index...
VectorIndexConfigDynamic
Type Alias VectorIndexConfigDynamic
type
VectorIndexConfigDynamic
=
{
distance
:
VectorDistance
;
flat
:
VectorIndexConfigFlat
;
hnsw
:
VectorIndexConfigHNSW
;
threshold
:
number
;
type
:
"dynamic"
;
}
Index
Properties
distance
flat
hnsw
threshold
type
Properties
distance
distance
:
VectorDistance
flat
flat
:
VectorIndexConfigFlat
hnsw
hnsw
:
VectorIndexConfigHNSW
threshold
threshold
:
number
type
type
:
"dynamic"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distance
flat
hnsw
threshold
type
weaviate-client
Loading...