Skip to main content

init_vec_extension

Function init_vec_extension 

Source
pub fn init_vec_extension() -> bool
Expand 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.