We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e36f2 commit 242ee1aCopy full SHA for 242ee1a
src/Azure.AISearch.WebApp/Services/SearchScenarioProvider.cs
@@ -17,7 +17,7 @@ public IList<SearchScenario> GetSearchScenarios()
17
ArgumentNullException.ThrowIfNull(this.settings.SearchIndexNameBlobChunks);
18
return new List<SearchScenario>
19
{
20
- new SearchScenario
+ //new SearchScenario
21
//{
22
// Id = "az-cognitivesearch-documents-keyword-standard",
23
// DisplayName = "Azure AI Search - Documents - Keyword - Standard",
0 commit comments