Skip to Content
Solution PlaysPlay 09: Play 09 โ€” AI Search Portal ๐Ÿ”Ž

Play 09 โ€” AI Search Portal ๐Ÿ”Ž

Enterprise search with hybrid ranking, GPT synthesis, and faceted navigation.

A search experience combining keyword matching with semantic understanding. AI Search handles retrieval with custom scoring profiles, GPT-4o synthesizes results into readable summaries with citations.

Quick Start

cd solution-plays/09-ai-search-portal az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder for index schema, @reviewer for relevance audit, @tuner for scoring

Key Metrics

  • NDCG@10: โ‰ฅ0.7 ยท Zero-result rate: <5% ยท Query latency p95: <500ms

DevKit

PrimitiveWhat It Does
3 agentsBuilder (index/search), Reviewer (relevance/access audit), Tuner (scoring/cost)
3 skillsDeploy (128 lines), Evaluate (100 lines), Tune (104 lines)

Architecture

Rendering diagramโ€ฆ

๐Ÿ“ Full architecture details โ€” data flow, security architecture, scaling guide

Cost Estimate

ServiceDev/PoCProductionEnterprise
Azure AI Search$75 (Basic)$250 (Standard S1)$1,000 (Standard S2)
App Service$13 (B1)$100 (P1v3)$200 (P2v3)
Azure OpenAI$40 (PAYG)$250 (PAYG)$1,000 (PTU Reserved)
Blob Storage$2 (Hot LRS)$20 (Hot LRS)$60 (Hot GRS)
Azure Front Door$0 (Not used)$35 (Standard)$100 (Premium)
Key Vault$1 (Standard)$3 (Standard)$10 (Premium HSM)
Application Insights$0 (Free)$25 (Pay-per-GB)$80 (Pay-per-GB)
Log Analytics$0 (Free)$15 (Pay-per-GB)$50 (Commitment)
Total$131/mo$698/mo$2,500/mo

๐Ÿ’ฐ Full cost breakdown โ€” per-service SKUs, usage assumptions, optimization tips

๐Ÿ“– Full docs ยท ๐ŸŒ frootai.dev/solution-plays/09-ai-search-portalย 

FAI Manifest

FieldValue
Play09-ai-search-portal
Version1.0.0
KnowledgeR2-RAG-Architecture, F1-GenAI-Foundations
WAF Pillarssecurity, reliability, performance-efficiency, cost-optimization
Groundednessโ‰ฅ 85%
Safety0 violations max
Last updated on