Skip to main content

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 analytics

Example

CREATESTORE my_store DIMENSION 128

See SDK examples for Python, Node, Go, and Rust.