Removes trailing whitespace and fixes minor formatting issues in Kubernetes deployment docs, storage report, and Helm chart files. Standardizes indentation and spacing in Docker Compose and deployment shell scripts to improve readability and maintainability. These edits improve documentation clarity and make deployment scripts more robust without altering functionality. Relates to MLO-469
2 lines
83 B
SQL
2 lines
83 B
SQL
-- Enable the vector extension for pgvector
|
|
CREATE EXTENSION IF NOT EXISTS vector;
|