weaviate-client
Preparing search index...
PQConfigUpdate
Type Alias PQConfigUpdate
type
PQConfigUpdate
=
{
centroids
?:
number
;
enabled
?:
boolean
;
encoder
?:
{
distribution
?:
PQEncoderDistribution
;
type
?:
PQEncoderType
}
;
segments
?:
number
;
trainingLimit
?:
number
;
type
:
"pq"
;
}
Index
Properties
centroids?
enabled?
encoder?
segments?
training
Limit?
type
Properties
Optional
centroids
centroids
?:
number
Optional
enabled
enabled
?:
boolean
Optional
encoder
encoder
?:
{
distribution
?:
PQEncoderDistribution
;
type
?:
PQEncoderType
}
Optional
segments
segments
?:
number
Optional
training
Limit
trainingLimit
?:
number
type
type
:
"pq"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
centroids
enabled
encoder
segments
training
Limit
type
weaviate-client
Loading...