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