CREATESTORE
Create a new store with a fixed dimension — the length every vector in it must have.
Syntax
CREATESTORE <store_name> DIMENSION <n>CREATESTORE <store_name> DIMENSION <n> SCHEMA analyticsExample
CREATESTORE my_store DIMENSION 128See SDK examples for Python, Node, Go, and Rust.