pub fn create_index_postgres( index_name: &str, table: &str, column: &str, metric: SimilarityMetric, lists: Option<usize>, ) -> String
Generate vector index SQL (PostgreSQL).