pub async fn vec_table_available(
conn: &Connection,
vec_conn: Option<&VecConnection>,
) -> boolExpand description
Returns true if the vec_embeddings virtual table exists and is queryable.
When a VecConnection is provided, queries through it; otherwise falls
back to the libsql connection.