Appearance
CREATE INDEX ON email_embeddings USING hnsw (embedding vector_ip_ops) WITH (m = 32, ef_construction = 128); SET hnsw.ef_search = 100;
Only new emails are embedded during sync. A content_hash can prevent re-embedding unchanged emails.
content_hash