npx skills add ...
npx skills add upstash/skills --skill upstash-search-js
Work with the @upstash/search TypeScript/JavaScript SDK, a serverless full-text and semantic search database with built-in reranking. Use when adding search to an app or site, creating a search index, upserting documents with searchable content and filterable metadata, running keyword, semantic, or hybrid search queries, reranking results, filtering with SQL-like or structured filter syntax, paginating with range, fetching or deleting documents, resetting an index, or checking index info. Also use when the user asks for site search, product, document, or knowledge-base search, or a managed search service that needs no cluster to run.
npx skills add upstash/skills --skill upstash-search-js
Install the TS SDK:
Create a client and perform a simple upsert + search:
Basic steps:
Provides detailed documentation for all TypeScript SDK commands. Includes:
Provides a fast, end-to-end workflow for creating a Search database, adding documents, and querying them. Covers essential concepts including: