Skip to content

Commit 2a98c32

Browse files
committed
Address pr feedback.
1 parent a7e26f5 commit 2a98c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/samples/Concepts/Memory/VectorStore_HybridSearch_Simple_AzureAISearch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Memory;
2222
public class VectorStore_HybridSearch_Simple_AzureAISearch(ITestOutputHelper output) : BaseTest(output)
2323
{
2424
[Fact]
25-
public async Task ExampleAsync()
25+
public async Task IngestDataAndUseHybridSearch()
2626
{
2727
// Create an embedding generation service.
2828
var textEmbeddingGenerationService = new AzureOpenAITextEmbeddingGenerationService(

0 commit comments

Comments
 (0)