Skip to main content

2 posts tagged with "Cloudflare"

View All Tags

A Step-by-Step Guide to Building Your First AI Search Engine

· 9 min read

This is a step-by-step guide to building your first AI search engine using Cloudflare's Vectorize and Workers AI. It covers everything from setting up the environment to querying the vector database, with clear explanations and runnable code examples.

You'll see both paths:

  1. Manual embeddings (Euclidean, 32‑dim vectors) for learning and quick demos.
  2. AI embeddings (BGE Base, 768‑dim, cosine) using Workers AI, for real-world semantic search.

By the end, you’ll be able to seed your own index, query it via API, and understand exactly what’s going on.

How to Transfer a Website Domain from AWS Route 53 to Cloudflare: A Step-by-Step Guide

· 5 min read

How to transfer a domain from AWS Route 53 to Cloudflare. This process might seem a bit complicated, but we'll break it down into manageable steps to ensure a smooth transition.

If you haven't seen our previous video on transferring a domain from GoDaddy to AWS, you can check it out for reference. Now, let's dive into the process of moving a domain from AWS to Cloudflare. If you haven't seen our previous video on transferring a domain from GoDaddy to AWS, you can check it out for reference. Now, let's dive into the process of moving a domain from AWS to Cloudflare. Refer How To Transfer Your Domain from GoDaddy to AWS