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"]}/>- 
typesstring[]An array of pcx_content_typevalues to filter by.
- 
tagsstring[] optionalAn array of tagsvalues to filter by.
- 
productsstring[] optionalAn array of productsvalues to filter by.