{ "name": "semantic-search", "description": "Semantic search with AI embeddings + Vectorize", "secrets": [], "capabilities": ["ai", "db"], "intent": { "keywords": ["rag", "semantic", "search", "embeddings", "vectorize", "vector", "similarity"], "examples": ["RAG app", "document search", "semantic search", "knowledge base"] }, "agentContext": "Local development requires 'wrangler dev --remote' for AI and Vectorize bindings.", "hooks": { "postDeploy": [ { "action": "clipboard", "text": "{{url}}", "message": "URL copied" }, { "action": "box", "title": "{{name}}", "lines": ["{{url}}", "", "jack open to view in browser"] } ] } }