You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 2.1.9 and add full-text search support to the llm table: include search_vector in SELECTs, generate it on insert using to_tsvector('english', prompt || ' ' || completion), and add a migration + runner to create the tsvector column and GIN index. Update prospects endpoint to return the llm search_vector and adjust result field mapping. Add several SQL migration files to drop unused columns from the prospects table (cleaned, primary_email_catchall_status, primary_intent_score, primary_intent_topic, qualify_contact, secondary_intent_score, secondary_intent_topic, tertiary_email, tertiary_email_source, tertiary_email_status, tertiary_email_verification_source) and include small runner scripts for removing tertiary_email and its source.
0 commit comments