Setup & Installation
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
