exa-architecture-variants
Installation
SKILL.md
Exa Architecture Variants
Overview
Deployment architectures for Exa neural search at different scales. Exa's search-and-contents model supports everything from simple search features to full RAG pipelines and semantic knowledge bases.
Prerequisites
- Exa API configured
- Clear search use case defined
- Infrastructure for chosen architecture tier
Instructions
Step 1: Direct Search Integration (Simple)
Best for: Adding search to an existing app, < 1K queries/day.
User Query -> Backend -> Exa Search API -> Format Results -> User
Related skills