pub fn init_vec_extension() -> boolExpand description
Initialize the sqlite-vec extension for vector search.
This must be called before any Database connections are opened. It is safe to call multiple times - initialization only happens once. Returns true if the extension was loaded successfully.