Skip to content

Commit 402c6e9

Browse files
committed
agentic search C# SDK
1 parent 9289b31 commit 402c6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/includes/quickstarts/agentic-retrieval-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Although you can provide your own data, this quickstart uses [sample JSON docume
4848
dotnet add package Azure.Search.Documents --version 11.7.0-beta.4
4949
```
5050

51-
1. Install the Azure OpenAI client library ([Azure.AI.OpenAI](/dotnet/api/overview/azure.ai.openai-readme)) for .NET with:
51+
1. Install the Azure OpenAI client library ([Azure.AI.OpenAI](/dotnet/api/overview/azure.ai.openai)) for .NET with:
5252

5353
```console
5454
dotnet add package Azure.AI.OpenAI --version 2.1.0

0 commit comments

Comments
 (0)