Back to skills

azure-search-documents-py

data

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,

Setup & Installation

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

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