Resources by selector
The ResourcesBySelector
component allows you to pull in documentation resources based on the pcx_content_type
, tags
and products
frontmatter properties.
- Content-based asset creation
- Composable AI architecture: The architecture diagram illustrates how AI applications can be built end-to-end on Cloudflare, or single services can be integrated with external infrastructure and services.
- Multi-vendor AI observability and control: By shifting features such as rate limiting, caching, and error handling to the proxy layer, organizations can apply unified configurations across services and inference service providers.
- Retrieval Augmented Generation (RAG)
- Automatic captioning for video uploads: By integrating automatic speech recognition technology into video platforms, content creators, publishers, and distributors can reach a broader audience, including individuals with hearing impairments or those who prefer to consume content in different languages.
- Ingesting BigQuery Data into Workers AI
import { ResourcesBySelector } from "~/components";
<ResourcesBySelector tags={["AI"]} types={["reference-architecture","design-guide","reference-architecture-diagram"]}/>
-
types
string[]An array of
pcx_content_type
values to filter by. -
tags
string[] optionalAn array of
tags
values to filter by. -
products
string[] optionalAn array of
products
values to filter by.