<?xml version="1.0" encoding="UTF-8"?>
   <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
     <!-- Homepage -->
     <url>
       <loc>https://intelwrit.ing</loc>
       <changefreq>weekly</changefreq>
       <priority>1.0</priority>
     </url>
     
     <!-- Books index -->
     <url>
       <loc>https://intelwrit.ing/books</loc>
       <changefreq>weekly</changefreq>
       <priority>0.9</priority>
     </url>
     
     
     <!-- Book: Build Text Embeddings From Scratch -->
     <url>
       <loc>https://intelwrit.ing/books/build-embeddings</loc>
       <changefreq>weekly</changefreq>
       <priority>0.8</priority>
     </url>
     
     
     <!-- Chapter: Foundations -->
     <url>
       <loc>https://intelwrit.ing/books/build-embeddings/chapter-1</loc>
       <changefreq>weekly</changefreq>
       <priority>0.7</priority>
     </url>
     
     
     <!-- Lesson: Setting Up Your Development Environment -->
     <url>
       <loc>https://intelwrit.ing/books/build-embeddings/chapter-1/lesson-1</loc>
       <changefreq>monthly</changefreq>
       <priority>0.6</priority>
     </url>
     <!-- Lesson: From IDs to Vectors -->
     <url>
       <loc>https://intelwrit.ing/books/build-embeddings/chapter-1/lesson-2</loc>
       <changefreq>monthly</changefreq>
       <priority>0.6</priority>
     </url>
     <!-- Chapter: Tokenization -->
     <url>
       <loc>https://intelwrit.ing/books/build-embeddings/chapter-2</loc>
       <changefreq>weekly</changefreq>
       <priority>0.7</priority>
     </url>
     
     
     <!-- Lesson: Basic Tokenization -->
     <url>
       <loc>https://intelwrit.ing/books/build-embeddings/chapter-2/lesson-1</loc>
       <changefreq>monthly</changefreq>
       <priority>0.6</priority>
     </url>
   </urlset>
 