We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9285c2 commit 888a46eCopy full SHA for 888a46e
1 file changed
integrations/azure_ai_search/tests/conftest.py
@@ -39,7 +39,6 @@ def document_store(request):
39
40
store = AzureAISearchDocumentStore(
41
index_name=index_name,
42
- create_index=True,
43
embedding_dimension=768,
44
metadata_fields=metadata_fields,
45
include_search_metadata=include_search_metadata,
0 commit comments