About Comment Embeddings: This tool processes unprocessed Reddit comments by creating embeddings
for their content and storing them as chunks in the database. It finds comments where processed_at is null,
chunks their text content, generates embeddings using OpenAI, and inserts them into the post_chunks table
with source='reddit'.