weaviate-client
Preparing search index...
VectorIndexConfigCreateType
Type Alias VectorIndexConfigCreateType<I>
VectorIndexConfigCreateType
:
I
extends
"hnsw"
?
VectorIndexConfigHNSWCreate
|
undefined
:
I
extends
"flat"
?
VectorIndexConfigFlatCreate
|
undefined
:
I
extends
"dynamic"
?
VectorIndexConfigDynamicCreate
|
undefined
:
I
extends
string
?
Record
<
string
,
any
>
:
never
Type Parameters
I
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
weaviate-client
Loading...