DROP TABLE IF EXISTS users; CREATE TABLE users (user_id text, embeddings float_vector KNN_TYPE='hnsw' KNN_DIMS='512' HNSW_SIMILARITY='cosine');