Preparing search index...
The search index is not available
weaviate-client
weaviate-client
VectorConfigCreate
Type alias VectorConfigCreate<P, N, I, V>
Vector
Config
Create
<
P
,
N
,
I
,
V
>
:
{
name
:
N
;
properties
?:
P
[]
;
vectorIndex
:
ModuleConfig
<
I
,
VectorIndexConfigCreateType
<
I
>
>
;
vectorizer
:
ModuleConfig
<
V
,
VectorizerConfigType
<
V
>
>
;
}
Type Parameters
P
N
extends
string
|
undefined
I
extends
VectorIndexType
V
extends
Vectorizer
Type declaration
name
:
N
Optional
properties
?:
P
[]
vector
Index
:
ModuleConfig
<
I
,
VectorIndexConfigCreateType
<
I
>
>
vectorizer
:
ModuleConfig
<
V
,
VectorizerConfigType
<
V
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
weaviate-client
Loading...