Skip to content

Commit 81d8bbf

Browse files
committed
add meta descriptions
:
1 parent 6f0a594 commit 81d8bbf

31 files changed

+82
-38
lines changed

src/content/docs/ai-gateway/tutorials/deploy-aig-worker.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ products:
99
- Workers
1010
languages:
1111
- JavaScript
12+
description: Learn how to deploy a Worker that makes calls to OpenAI through AI Gateway
1213
---
1314

1415
import { Render, PackageManagers } from "~/components";

src/content/docs/cloudflare-for-platforms/workers-for-platforms/demos.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ pcx_content_type: navigation
33
title: Demos and architectures
44
sidebar:
55
order: 8
6-
76
---
87

9-
import { ExternalResources, GlossaryTooltip, ResourcesBySelector } from "~/components"
8+
import {
9+
ExternalResources,
10+
GlossaryTooltip,
11+
ResourcesBySelector,
12+
} from "~/components";
1013

1114
Learn how you can use Workers for Platforms within your existing architecture.
1215

@@ -20,4 +23,11 @@ Explore the following <GlossaryTooltip term="demo application">demo applications
2023

2124
Explore the following <GlossaryTooltip term="reference architecture">reference architectures</GlossaryTooltip> that use Workers:
2225

23-
<ResourcesBySelector types={["reference-architecture","design-guide","reference-architecture-diagram"]} products={["WorkersForPlatforms"]} />
26+
<ResourcesBySelector
27+
types={[
28+
"reference-architecture",
29+
"design-guide",
30+
"reference-architecture-diagram",
31+
]}
32+
products={["workers-for-platforms"]}
33+
/>

src/content/docs/d1/tutorials/build-a-staff-directory-app/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags:
1010
languages:
1111
- TypeScript
1212
- SQL
13+
description: Build a staff directory using D1. Users access employee info; admins add new employees within the app.
1314
---
1415

1516
import { WranglerConfig } from "~/components";

src/content/docs/developer-spotlight/tutorials/creating-a-recommendation-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tags:
1919
- Stripe
2020
sidebar:
2121
order: 2
22+
description: Create APIs for related product searches and recommendations using Workers AI and Stripe.
2223
---
2324

2425
import {

src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tags:
88
- Vue
99
languages:
1010
- JavaScript
11+
description: Build a blog application using Nuxt.js and Sanity.io and deploy it on Cloudflare Pages.
1112
---
1213

1314
import { Stream, PackageManagers } from "~/components";

src/content/docs/reference-architecture/diagrams/ai/ai-asset-creation.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ sidebar:
99
order: 1
1010
label: Content-based asset creation
1111
updated: 2024-03-18
12+
description: AI systems combine text-generation and text-to-image models to create visual content from text. They generate prompts, moderate content, and produce images for various applications.
1213
---
1314

14-
#### Reference Architecture Diagram
15-
16-
## Introduction
17-
1815
Combining text-generation models with text-to-image models can lead to powerful AI systems capable of generating visual content based on input prompts. This integration can be achieved through a collaborative framework where a text-generation model generates prompts for the text-to-image model based on input text.
1916

2017
Here's how the process can work:

src/content/docs/reference-architecture/diagrams/ai/ai-rag.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ sidebar:
1414
order: 1
1515
label: Retrieval Augmented Generation (RAG)
1616
updated: 2024-03-18
17+
description: RAG combines retrieval with generative models for better text. It uses external knowledge to create factual, relevant responses, improving coherence and accuracy in NLP tasks like chatbots.
1718
---
1819

19-
## Introduction
20-
2120
Retrieval-Augmented Generation (RAG) is an innovative approach in natural language processing that integrates retrieval mechanisms with generative models to enhance text generation.
2221

2322
By incorporating external knowledge from pre-existing sources, RAG addresses the challenge of generating contextually relevant and informative text. This integration enables RAG to overcome the limitations of traditional generative models by ensuring that the generated text is grounded in factual information and context. RAG aims to solve the problem of information overload by efficiently retrieving and incorporating only the most relevant information into the generated text, leading to improved coherence and accuracy. Overall, RAG represents a significant advancement in NLP, offering a more robust and contextually aware approach to text generation.

src/content/docs/reference-architecture/diagrams/ai/bigquery-workers-ai.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ sidebar:
1414
order: 1
1515
label: Ingesting BigQuery Data into Workers AI
1616
updated: 2024-10-26
17+
description: You can connect a Cloudflare Worker to get data from Google BigQuery and pass it to Workers AI, to run AI Models, powered by serverless GPUs.
1718
---
1819

19-
## Introduction
20-
2120
You can connect a Cloudflare Worker to get data from Google BigQuery and pass it to Workers AI, to run AI Models, powered by serverless GPUs. This will allow you to enhance data with AI-generated responses, such as detecting the sentiment score of some text or generating tags for an article. This document describes a simple way to get started if you are looking to give Workers AI a try and see how the [new and different AI models](/workers-ai/models/) would perform with your data hosted in BigQuery.
2221

2322
## User-based approach

src/content/docs/reference-architecture/diagrams/content-delivery/optimizing-image-delivery-with-cloudflare-image-resizing-and-r2.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sidebar:
1010
order: 1
1111
label: Optimizing image delivery
1212
updated: 2024-06-12
13+
description: Learn how to get a scalable, high-performance solution to optimizing image delivery.
1314
---
1415

1516
## Introduction

src/content/docs/reference-architecture/diagrams/iot/optimizing-and-securing-connected-transportation-systems.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ sidebar:
2222
order: 1
2323
label: Connected transportation systems
2424
updated: 2024-12-02
25+
description: This diagram showcases Cloudflare components optimizing connected transportation systems. It illustrates how their technologies minimize latency, ensure reliability, and strengthen security for critical data flow.
2526
---
2627

27-
## Introduction
28-
2928
A connected transport system is an integrated network of vehicles, infrastructure, and/or services that rely on constant data exchange in real-time to improve safety, efficiency, and mobility. Examples include public transportation (buses, trams, and trains), emergency vehicles (ambulances, fire trucks, and police cars), fleet management systems (logistics and delivery trucks), autonomous vehicles, connected infrastructure (traffic lights, road signs), platooning systems (truck convoys), drone delivery vehicles, and connected cars. They can be broadly categorized into:
3029

3130
- **Fixed location devices**: Systems such as CCTV cameras, traffic signals, and roadside sensors that remain in fixed locations and push data through a central gateway.

0 commit comments

Comments
 (0)