This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| # Backfill Voyage conversation topic embeddings via API2 for kuda-pilot. | |
| # Prefer this over Maintenance::EnqueueConversationTopicEmbeddingsTask — | |
| # that task's JobIteration keyset queries hit statement timeouts on prod. | |
| # | |
| # Calls API2 /internal/conversation_topic_embeddings/enqueue directly (60s | |
| # timeout). API2 schedules the Turbopuffer upsert asynchronously and returns | |
| # 202 quickly; this script tracks enqueue success, not embed completion. | |
| # |