Record
create-index-params
No description available.
record create-index-params {
dimension: vector-dimensionality,
metadata-config: option<index-metadata-config>,
metric: option<index-metric>,
name: index-name,
pod-type: option<pod-type>,
pods: option<s32>,
replicas: option<s32>,
source-collection: option<collection-name>,
}Fields
| Name | Type | Description |
|---|---|---|
| dimension | vector-dimensionality | |
| metadata-config | option<index-metadata-config> | |
| metric | option<index-metric> | |
| name | index-name | |
| pod-type | option<pod-type> | |
| pods | option<s32> | |
| replicas | option<s32> | |
| source-collection | option<collection-name> |