-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add reference architectures and why cf
- Loading branch information
Showing
15 changed files
with
57 additions
and
187 deletions.
There are no files selected for viewing
22 changes: 6 additions & 16 deletions
22
src/content/docs/agents/capabilities/control-web-browsers.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
--- | ||
type: concept | ||
title: Control Web Browsers | ||
pcx_content_type: concept | ||
pcx_content_type: navigation | ||
title: Control Web Browsers (Browser Rendering API) | ||
external_link: /browser-rendering/ | ||
sidebar: | ||
order: 1 | ||
--- | ||
|
||
import { | ||
Render, | ||
PackageManagers, | ||
Steps, | ||
FileTree, | ||
Details, | ||
Tabs, | ||
TabItem, | ||
WranglerConfig, | ||
} from "~/components"; | ||
head: [] | ||
description: The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products. | ||
|
||
Control web browsers | ||
--- |
22 changes: 0 additions & 22 deletions
22
src/content/docs/agents/capabilities/human-in-the-loop.mdx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/content/docs/agents/capabilities/persistent-memory.mdx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/content/docs/agents/capabilities/retreival-augmented-generation-rag.mdx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
pcx_content_type: navigation | ||
title: Run models (Workers AI) | ||
external_link: /workers-ai/ | ||
sidebar: | ||
order: 2 | ||
head: [] | ||
description: Run popular open-source AI models on Cloudflare's network. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,11 @@ | ||
--- | ||
type: concept | ||
pcx_content_type: navigation | ||
title: Send Email | ||
pcx_content_type: concept | ||
external_link: /email-routing/email-workers/send-email-workers/ | ||
sidebar: | ||
order: 3 | ||
order: 2 | ||
head: [] | ||
description: Send emails from your Worker for async updates to a user. | ||
--- | ||
|
||
import { | ||
Render, | ||
PackageManagers, | ||
Steps, | ||
FileTree, | ||
Details, | ||
Tabs, | ||
TabItem, | ||
WranglerConfig, | ||
} from "~/components"; | ||
|
||
Send email | ||
|
||
https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
pcx_content_type: navigation | ||
title: Realtime voice (WebRTC) | ||
external_link: /calls/ | ||
sidebar: | ||
order: 4 | ||
head: [] | ||
description: Build real-time serverless video, audio and data applications. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
pcx_content_type: reference | ||
title: Reference Architectures | ||
sidebar: | ||
order: 3 | ||
group: | ||
hideIndex: true | ||
--- | ||
|
||
import { DirectoryListing } from "~/components"; | ||
|
||
Example Reference Architectures | ||
|
||
<DirectoryListing /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
pcx_content_type: navigation | ||
title: Retrieval Augmented Generation | ||
external_link: /reference-architecture/diagrams/ai/ai-rag/ | ||
sidebar: | ||
order: 1 | ||
head: [] | ||
description: Build RAG architectures on Cloudflare | ||
--- |