azure-search-documents-py

Installation
SKILL.md

Azure AI Search SDK for Python

Full-text, vector, and hybrid search with AI enrichment capabilities.

Installation

pip install azure-search-documents

Environment Variables

AZURE_SEARCH_ENDPOINT=https://<service-name>.search.windows.net  # Required for all auth methods
AZURE_SEARCH_API_KEY=<your-api-key>  # Only required for AzureKeyCredential auth
AZURE_SEARCH_INDEX_NAME=<your-index-name>  # Required for all auth methods

Authentication

Related skills
Installs
1
GitHub Stars
2.3K
First Seen
Feb 4, 2026