Back to skills

azure-search-documents-ts

data

Azure AI Search SDK for TypeScript (@azure/search-documents) lets you create and manage search indexes, upload documents, and run full-text, vector, hybrid, and semantic searches against Azure AI Sear

Setup & Installation

npx skills add https://github.com/microsoft/azure-search-documents-ts --skill azure-search-documents-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-search-documents-ts
View on GitHub

What This Skill Does

Azure AI Search SDK for TypeScript (@azure/search-documents) lets you create and manage search indexes, upload documents, and run full-text, vector, hybrid, and semantic searches against Azure AI Search. It also supports autocomplete, faceted navigation, and document-level security filters. Combining vector, keyword, and semantic ranking in a single query would require stitching together multiple services manually; this SDK handles all three search modes through one consistent API against a managed Azure service.

When to use it

  • Working with azure search documents ts functionality
  • Implementing azure search documents ts features
  • Debugging azure search documents ts related issues