Request deduplication
When multiple components request the same data, the SDK automatically deduplicates requests:Local storage restoration
Cached results are restored from local storage on back navigation:Cache invalidation
Invalidate cached queries by pattern:Search cache
The prepare endpoint caches expensive operations (embeddings, query expansions):search_id, the server maintains the cache for 15 minutes:
Next steps
Performance
Learn performance optimization techniques.
Best Practices
Review SDK best practices and common pitfalls.