pub const CREATE_EXTENSION: &str = "CREATE EXTENSION IF NOT EXISTS vector";
Creates the vector extension if it does not exist.
vector