Setting the file. One moment.
Subchapter 3.14
references/sdk/azure-search-documents-py.mdMarkdown2 KBView on GitHub
Condensed from azure-search-documents-py. Full patterns (agentic retrieval, integrated vectorization, skillsets) in the azure-search-documents-py plugin skill if installed.
pip install azure-search-documents azure-identityfrom azure.search.documents import SearchClient
from azure.search.documents.indexes import SearchIndexClient, SearchIndexerClient
from azure.search.documents.models import VectorizedQuerySearchIndexingBufferedSender for batch uploads with auto-batching/retriesCollection(Edm.Single) with vector_search_dimensions + vector_search_profile_namefrom azure.search.documents.aio import SearchClientKnowledgeBaseRetrievalClient for agentic retrieval with LLM-powered Q&ASearchIndexingBufferedSender for batch uploadscreate_or_update_index for idempotent index creationclose()