What problem does it solve? Developers building semantic search or RAG applications need accurate guidance on using the Upstash Vector TypeScript SDK, including upserting vectors, querying with filters, and managing namespaces without hitting common pitfalls. ## Core Features & Use Cases - Full SDK Method Coverage: Documents upsert, query, fetch, delete, range, resumable-query, info, and reset operations with TypeScript examples and pitfalls. - Index Structure Guidance: Explains dense, sparse, and hybrid indexes, fusion algorithms (RRF, DBSF), and custom reranking workflows. - Metadata Filtering & Namespaces: Covers SQL-like filter syntax, nested object access, and namespace isolation for multi-tenant datasets. - Use Case: When building a semantic search feature, use this Skill to correctly upsert embedded documents, query with metadata filters like "genre = 'fantasy'", and paginate large result sets with resumable queries. ## Quick Start Ask how to upsert and query vectors with the Upstash Vector TypeScript SDK, including metadata filtering and namespace usage.