Uploaded August 2025 | Updated September 2026, 2 days ago
Don't have 2 hours to listen to the recent Taylor Swift New Heights podcast? Save time and learn how to build a Retrieval Augmented Generation (RAG) app on Cloudflare Workers so you can ask questions about the podcast! (And also the Travis Kelce GQ article.)
This Workers app uses
- Durable Objects to maintain chat state across page refreshes
- Browser Rendering to scrape gq.com for the article text
- R2 zero-egress fee object storage for the GQ article + podcast transcript text
- AutoRAG to automate the RAG pipeline (it generates embeddings for the texts and stores them in Cloudflare Vectorize so you can chat with them)
- OpenAI's new gpt-oss-120B model hosted on Workers AI
Create an account on Cloudflare today for free: dash.cloudflare.com/sign-up
Tools mentioned:
developers.cloudflare.com/workers
developers.cloudflare.com/workers-ai
developers.cloudflare.com/autorag
developers.cloudflare.com/r2
developers.cloudflare.com/browser-rendering
developers.cloudflare.com/durable-objects
developers.cloudflare.com/vectorize
GitHub repo: github.com/elizabethsiegle/chat-w-taylor-on-newheights-and-travis-gq-autorag-openaioss
#cloudflare #cloudflareworkers #developer #openai #gptoss #workersai #ai #ragapp #retrievalaugmentedgeneration
Don't have 2 hours to listen to the recent Taylor Swift New Heights podcast? Save time and learn how to build a Retrieval Augmented Generation (RAG) app on Cloudflare Workers so you can ask questions about the podcast! (And also the Travis Kelce GQ article.)
This Workers app uses
- Durable Objects to maintain chat state across page refreshes
- Browser Rendering to scrape gq.com for the article text
- R2 zero-egress fee object storage for the GQ article + podcast transcript text
- AutoRAG to automate the RAG pipeline (it generates embeddings for the texts and stores them in Cloudflare Vectorize so you can chat with them)
- OpenAI's new gpt-oss-120B model hosted on Workers AI
Create an account on Cloudflare today for free: dash.cloudflare.com/sign-up
Tools mentioned:
developers.cloudflare.com/workers
developers.cloudflare.com/workers-ai
developers.cloudflare.com/autorag
developers.cloudflare.com/r2
developers.cloudflare.com/browser-rendering
developers.cloudflare.com/durable-objects
developers.cloudflare.com/vectorize
GitHub repo: github.com/elizabethsiegle/chat-w-taylor-on-newheights-and-travis-gq-autorag-openaioss
#cloudflare #cloudflareworkers #developer #openai #gptoss #workersai #ai #ragapp #retrievalaugmentedgeneration










