Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations

This module contains implementations for all CLI subcommands:

  • kv: Key-Value operations
  • sql: SQL query execution
  • vector: Vector operations
  • hnsw: HNSW index management
  • columnar: Columnar segment operations

Modulesยง

columnar
Columnar Command - Columnar segment operations
hnsw
HNSW Command - HNSW index management
kv
KV Command - Key-Value operations
lifecycle
Lifecycle command handlers.
server
Server management commands.
sql
SQL Command - SQL query execution
vector
Vector Command - Vector similarity operations
version