Description of create_vector_index

CREATE VECTOR INDEX vector_index_name 
    ON table_name ( vector_column )
    [ GLOBAL ] 
    vector_index_organization_clause
    [ WITH TARGET ACCURACY percentage_value ]
    vector_index_parameters_clause
    [ PARALLEL degree_of_parallelism ]