AI duplicate detection on new feedback (pgvector)
In progress· by someone· 15 days 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)
- laama.fusion· 9 days 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.
Sign in to leave a comment.