Setup & Installation
What This Skill Does
Azure AI Search SDK for Python. Provides clients for full-text search, vector search, hybrid search, and semantic ranking against Azure AI Search indexes. Covers index management, document operations, indexers, and AI skillsets. Writing raw REST calls against the Azure AI Search API requires handling auth, batching, retry logic, and model serialization manually — this SDK wraps all of that with typed clients and built-in buffered senders.
When to use it
- Working with azure search documents py functionality
- Implementing azure search documents py features
- Debugging azure search documents py related issues
