Create a collection
Path parameters
Headers
Query parameters
Wait for operation commit timeout in seconds. If timeout is reached - request will return with service error.
Request
Vector params separator for single and multiple vector modes Single mode:
{ “size”: 128, “distance”: “Cosine” }
or multiple mode:
{ “default”: { “size”: 128, “distance”: “Cosine” } }
For auto sharding: Number of shards in collection. - Default is 1 for standalone, otherwise equal to the number of nodes - Minimum is 1
For custom sharding: Number of shards in collection per shard group. - Default is 1, meaning that each shard key will be mapped to a single shard - Minimum is 1
Sharding method Default is Auto - points are distributed across all available shards Custom - points are distributed across shards according to shard key
If true - point’s payload will not be stored in memory. It will be read from the disk every time it is requested. This setting saves RAM by (slightly) increasing the response time. Note: those payload values that are involved in filtering and are indexed - remain in RAM.
Default: true
Custom params for HNSW index. If none - values from service configuration file are used.
Custom params for WAL. If none - values from service configuration file are used.
Custom params for Optimizers. If none - values from service configuration file are used.
Quantization parameters. If none - quantization is disabled.
Strict-mode config.