11 lines
283 B
C#
11 lines
283 B
C#
// Copyright (c) Microsoft. All rights reserved.
|
|
|
|
using VectorData.ConformanceTests.Support;
|
|
|
|
namespace AzureAISearch.ConformanceTests.Support;
|
|
|
|
public class AzureAISearchFixture : VectorStoreFixture
|
|
{
|
|
public override TestStore TestStore => AzureAISearchTestStore.Instance;
|
|
}
|