Setup & Installation
What This Skill Does
Azure.Search.Documents is the .NET SDK for Azure AI Search. It covers querying indexes with full-text, vector, semantic, and hybrid search, plus document CRUD and index management. Instead of writing raw HTTP calls to the Azure Search REST API, the SDK handles serialization, retry logic, and type-safe index definitions through model attributes.
When to use it
- Working with azure search documents dotnet functionality
- Implementing azure search documents dotnet features
- Debugging azure search documents dotnet related issues
