create_index_postgres

Function create_index_postgres 

Source
pub fn create_index_postgres(
    index_name: &str,
    table: &str,
    column: &str,
    metric: SimilarityMetric,
    lists: Option<usize>,
) -> String
Expand description

Generate vector index SQL (PostgreSQL).