Topic

#ai-search

Loot, blog posts and adjacent themes connected to this topic. Follow the tag to keep it in your orbit.

#ai-search
2Shown loot
0Shown articles
8Linked neighbor tags
Topic paths

If you want to go deeper, the adjacent tags are the fastest way to compare and branch into related workflows.

Loot

More from this topic

Explore all loot

Put six hosted Workers AI models behind Cloudflare AI Search

0
Text: AI-generated
AI-generated · Automatically published by LinkLoot. Cloudflare AI Search can now use six additional Workers AI text-generation models without requiring a separate provider key. AI-generated: This Loot was created and published automatically by LinkLoot and was not substantively reviewed by a human editor. Cloudflare has added six Workers AI models to AI Search, giving teams more control over the model used to answer questions from an indexed knowledge base without managing another provider credential. What it is The added model IDs are DeepSeek V4 Flash, DeepSeek V4 Pro, GPT-OSS 120B, GPT-OSS 20B, Qwen3.8 27B, and Kimi K2.7 Code. Their published context windows range from 128,000 to more than one million tokens. AI Search handles the retrieval layer, while the selected Workers AI model generates the response. You can choose the model when creating or updating an AI Search instance through the dashboard or API. Who it helps This is useful for developers already running on Cloudflare who want to compare open and hosted models for documentation search, support assistants, internal knowledge tools, or agent retrieval without distributing additional API keys. How to evaluate it Create a test instance or duplicate a non-production configuration. Run the same representative question set through two or three models and record answer accuracy, citation quality, latency, token use, and failure rate. Include questions with missing evidence to check whether the model invents an answer instead of admitting that retrieval found nothing. Limits and risks A large context window does not guarantee better retrieval or factuality. Models also differ in tool behavior, language coverage, latency, and output length. Removing an external provider key simplifies credential management but increases dependence on Cloudflare's model catalog and service controls. Review Workers AI pricing, plan eligibility, regional processing, retention terms, and rate limits before moving sensitive or high-volume workloads. Keep authorization checks outside the model and avoid indexing secrets merely because the retrieval system is private. Access and pricing The models run through Workers AI. Exact cost and plan requirements vary by model and account, so confirm the current Workers AI rate card before estimating production spend. Sources Cloudflare announcement Supported AI Search models
Free
Review open
0

Add Cloudflare AI Search to agent apps without hand-rolling retrieval

0
Cloudflare published integration paths for using AI Search from the Vercel AI SDK, LangChain, and the Cloudflare Agents SDK. Cloudflare AI Search is now easier to plug into agent and RAG apps because Cloudflare added official guides and framework integrations for common agent stacks. What it is Cloudflare’s July 30 changelog adds an Agents section for AI Search, including examples for the Vercel AI SDK, LangChain, and the Cloudflare Agents SDK. The AI SDK path uses the ai-search-provider package, while LangChain gets a CloudflareAISearchRetriever through langchain-cloudflare. Who it helps This is useful for developers who already index content in Cloudflare and want grounded answers inside an agent loop. It is especially relevant if you are building Workers-based assistants, support bots, internal knowledge tools, or RAG flows that should return source chunks instead of opaque completions. How to evaluate it Start with one small AI Search instance and wire it into a single answer path. Check whether the retrieved chunks are exposed cleanly in your UI or logs, then test failure modes: empty search results, stale indexed content, permission boundaries, and prompt-injection attempts inside retrieved documents. Limits and risks This is a practical integration update, not a new foundation model or major platform shift. You still need to manage Cloudflare credentials, indexing quality, source filtering, and retrieval safety. Treat indexed external content as untrusted input when passing it into an agent. Access and pricing Cloudflare links AI Search to its normal plan and sales pages. Check your account’s AI Search availability and billing before moving beyond a prototype. Sources Cloudflare changelog Cloudflare AI Search docs
Free
Review open
0
Blog

Related reads

Browse blog
No blog posts for #ai-search yet

There is no published article with this tag right now. Browse the blog for adjacent themes or follow the tag for future updates.