CHANGELOG.md
LICENSE
MANIFEST.in
README.md
TROUBLESHOOTING.md
pyproject.toml
azure/__init__.py
azure/search/__init__.py
azure/search/documents/__init__.py
azure/search/documents/_client.py
azure/search/documents/_configuration.py
azure/search/documents/_patch.py
azure/search/documents/_version.py
azure/search/documents/py.typed
azure/search/documents/_operations/__init__.py
azure/search/documents/_operations/_operations.py
azure/search/documents/_operations/_patch.py
azure/search/documents/_utils/__init__.py
azure/search/documents/_utils/model_base.py
azure/search/documents/_utils/serialization.py
azure/search/documents/_utils/utils.py
azure/search/documents/aio/__init__.py
azure/search/documents/aio/_client.py
azure/search/documents/aio/_configuration.py
azure/search/documents/aio/_patch.py
azure/search/documents/aio/_operations/__init__.py
azure/search/documents/aio/_operations/_operations.py
azure/search/documents/aio/_operations/_patch.py
azure/search/documents/indexes/__init__.py
azure/search/documents/indexes/_client.py
azure/search/documents/indexes/_configuration.py
azure/search/documents/indexes/_patch.py
azure/search/documents/indexes/_operations/__init__.py
azure/search/documents/indexes/_operations/_operations.py
azure/search/documents/indexes/_operations/_patch.py
azure/search/documents/indexes/_utils/__init__.py
azure/search/documents/indexes/_utils/model_base.py
azure/search/documents/indexes/_utils/serialization.py
azure/search/documents/indexes/_utils/utils.py
azure/search/documents/indexes/aio/__init__.py
azure/search/documents/indexes/aio/_client.py
azure/search/documents/indexes/aio/_configuration.py
azure/search/documents/indexes/aio/_patch.py
azure/search/documents/indexes/aio/_operations/__init__.py
azure/search/documents/indexes/aio/_operations/_operations.py
azure/search/documents/indexes/aio/_operations/_patch.py
azure/search/documents/indexes/models/__init__.py
azure/search/documents/indexes/models/_enums.py
azure/search/documents/indexes/models/_models.py
azure/search/documents/indexes/models/_patch.py
azure/search/documents/knowledgebases/__init__.py
azure/search/documents/knowledgebases/_client.py
azure/search/documents/knowledgebases/_configuration.py
azure/search/documents/knowledgebases/_patch.py
azure/search/documents/knowledgebases/_operations/__init__.py
azure/search/documents/knowledgebases/_operations/_operations.py
azure/search/documents/knowledgebases/_operations/_patch.py
azure/search/documents/knowledgebases/_utils/__init__.py
azure/search/documents/knowledgebases/_utils/model_base.py
azure/search/documents/knowledgebases/_utils/serialization.py
azure/search/documents/knowledgebases/_utils/utils.py
azure/search/documents/knowledgebases/aio/__init__.py
azure/search/documents/knowledgebases/aio/_client.py
azure/search/documents/knowledgebases/aio/_configuration.py
azure/search/documents/knowledgebases/aio/_patch.py
azure/search/documents/knowledgebases/aio/_operations/__init__.py
azure/search/documents/knowledgebases/aio/_operations/_operations.py
azure/search/documents/knowledgebases/aio/_operations/_patch.py
azure/search/documents/knowledgebases/models/__init__.py
azure/search/documents/knowledgebases/models/_enums.py
azure/search/documents/knowledgebases/models/_models.py
azure/search/documents/knowledgebases/models/_patch.py
azure/search/documents/models/__init__.py
azure/search/documents/models/_enums.py
azure/search/documents/models/_models.py
azure/search/documents/models/_patch.py
azure_search_documents.egg-info/PKG-INFO
azure_search_documents.egg-info/SOURCES.txt
azure_search_documents.egg-info/dependency_links.txt
azure_search_documents.egg-info/requires.txt
azure_search_documents.egg-info/top_level.txt
samples/README.md
samples/sample_agentic_retrieval.py
samples/sample_agentic_retrieval_async.py
samples/sample_authentication.py
samples/sample_authentication_async.py
samples/sample_documents_buffered_sender.py
samples/sample_documents_buffered_sender_async.py
samples/sample_documents_crud.py
samples/sample_documents_crud_async.py
samples/sample_index_alias_crud.py
samples/sample_index_alias_crud_async.py
samples/sample_index_analyze_text.py
samples/sample_index_analyze_text_async.py
samples/sample_index_client_custom_request.py
samples/sample_index_client_custom_request_async.py
samples/sample_index_crud.py
samples/sample_index_crud_async.py
samples/sample_index_synonym_map_crud.py
samples/sample_index_synonym_map_crud_async.py
samples/sample_indexer_crud.py
samples/sample_indexer_crud_async.py
samples/sample_indexer_datasource_crud.py
samples/sample_indexer_datasource_crud_async.py
samples/sample_indexer_workflow.py
samples/sample_query_autocomplete.py
samples/sample_query_autocomplete_async.py
samples/sample_query_facets.py
samples/sample_query_facets_async.py
samples/sample_query_filter.py
samples/sample_query_filter_async.py
samples/sample_query_semantic.py
samples/sample_query_semantic_async.py
samples/sample_query_session.py
samples/sample_query_session_async.py
samples/sample_query_simple.py
samples/sample_query_simple_async.py
samples/sample_query_suggestions.py
samples/sample_query_suggestions_async.py
samples/sample_query_vector.py
samples/sample_query_vector_async.py
samples/sample_search_client_custom_request.py
samples/sample_search_client_custom_request_async.py
samples/sample_utils.py
tests/conftest.py
tests/search_service_preparer.py
tests/test_buffered_sender.py
tests/test_buffered_sender_async.py
tests/test_index_documents_batch.py
tests/test_index_field_helpers.py
tests/test_knowledge_base_configuration_live.py
tests/test_knowledge_base_configuration_live_async.py
tests/test_knowledge_base_live.py
tests/test_knowledge_base_live_async.py
tests/test_knowledge_source_web_live.py
tests/test_knowledge_source_web_live_async.py
tests/test_search_client.py
tests/test_search_client_async.py
tests/test_search_client_basic_live.py
tests/test_search_client_basic_live_async.py
tests/test_search_client_buffered_sender_live.py
tests/test_search_client_buffered_sender_live_async.py
tests/test_search_client_index_document_live.py
tests/test_search_client_index_document_live_async.py
tests/test_search_client_search_live.py
tests/test_search_client_search_live_async.py
tests/test_search_index_client_alias_live.py
tests/test_search_index_client_alias_live_async.py
tests/test_search_index_client_async.py
tests/test_search_index_client_data_source_live.py
tests/test_search_index_client_data_source_live_async.py
tests/test_search_index_client_live.py
tests/test_search_index_client_live_async.py
tests/test_search_index_client_skillset_live.py
tests/test_search_index_client_skillset_live_async.py
tests/test_search_index_client_synonym_map_live.py
tests/test_search_index_client_synonym_map_live_async.py
tests/test_search_indexer_client_live.py
tests/test_search_indexer_client_live_async.py
tests/test_serialization.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/autocomplete.py
tests/perfstress_tests/search_documents.py
tests/perfstress_tests/suggest.py