Exa Data Handling Overview Manage search result data from Exa's neural search API. Covers content extraction scope control (text vs highlights vs summary), result caching with TTL, citation deduplication, token budget management for LLM context windows, and structured summary extraction. Prerequisites - SDK installed and configured - Optional: for in-memory caching, for Redis - Understanding of Exa content options (text, highlights, summary) Instructions Step 1: Control Content Extraction Scope Step 2: Result Caching with TTL Step 3: Token Budget Management for RAG Step 4: Citation Deduplicat…