Preparing search index...
The search index is not available
weaviate-client
weaviate-client
VectorIndexConfigDynamicCreate
Type alias VectorIndexConfigDynamicCreate
Vector
Index
Config
Dynamic
Create
:
RecursivePartial
<
Omit
<
VectorIndexConfigDynamic
,
"hnsw"
|
"flat"
>
>
&
{
flat
?:
VectorIndexConfigFlatCreate
;
hnsw
?:
VectorIndexConfigHNSWCreate
;
}
Type declaration
Optional
flat
?:
VectorIndexConfigFlatCreate
Optional
hnsw
?:
VectorIndexConfigHNSWCreate
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
weaviate-client
Loading...