Skip to content

Commit 0274427

Browse files
Bump Azure.AI.OpenAI (#44087)
Bumps the dotnet group in /docs/ai/quickstarts/snippets/chat-with-data/azure-openai with 1 update: [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net). Updates `Azure.AI.OpenAI` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.AI.OpenAI_2.0.0...Azure.AI.OpenAI_2.1.0) --- updated-dependencies: - dependency-name: Azure.AI.OpenAI dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75f4dbf commit 0274427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/quickstarts/snippets/chat-with-data/azure-openai/VectorDataAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Azure.Identity" Version="1.13.1" />
12-
<PackageReference Include="Azure.AI.OpenAI" Version="2.0.0" />
12+
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
1313
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.0.1-preview.1.24570.5" />
1414
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" Version="9.0.0-preview.1.24523.1" />
1515
<PackageReference Include="Microsoft.SemanticKernel.Connectors.InMemory" Version="1.31.0-preview" />

0 commit comments

Comments
 (0)