AI duplicate detection on new feedback (pgvector)
Shipped· 2 months ago
When a user opens "submit feedback", show a "we may already have this" panel under the title field, powered by an embedding similarity query against existing posts in the same project.
vector extension is already enabled in 0001_init.sql.
Comments (1)
- Elsama· 2 months ago
Schema is ready —
pgvectoris enabled and we already plan anembedding vector(384)column onposts. Just need an embedding pipeline (probably batched in a serverless function againstintfloat/e5-small) and the duplicate hint UI.
Join the discussion
Sign in to leave a comment on this thread.