You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump Microsoft.Extensions.VectorData.Abstractions from 9.0.0-preview.1.25161.1 to 9.0.0-preview.1.25229.1 in /docs/ai/quickstarts/snippets/chat-with-data/openai in the dotnet group (#45963)
* Bump Microsoft.Extensions.VectorData.Abstractions
Bumps the dotnet group in /docs/ai/quickstarts/snippets/chat-with-data/openai with 1 update: [Microsoft.Extensions.VectorData.Abstractions](https://github.com/microsoft/semantic-kernel).
Updates `Microsoft.Extensions.VectorData.Abstractions` from 9.0.0-preview.1.25161.1 to 9.0.0-preview.1.25229.1
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](https://github.com/microsoft/semantic-kernel/commits)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
dependency-version: 9.0.0-preview.1.25229.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix build errors
* use file scoped namespace
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
The following list describes what each package is used for in the `VectorDataAI` app:
83
+
The following list describes each package in the `VectorDataAI` app:
83
84
84
85
- [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity) provides [`Microsoft Entra ID`](/entra/fundamentals/whatis) token authentication support across the Azure SDK using classes such as `DefaultAzureCredential`.
85
86
- [`Azure.AI.OpenAI`](https://www.nuget.org/packages/Azure.AI.OpenAI) is the official package for using OpenAI's .NET library with the Azure OpenAI Service.
@@ -98,9 +99,10 @@ Complete the following steps to create a .NET console app that can:
The following list describes what each package is used for in the `VectorDataAI` app:
105
+
The following list describes each package in the `VectorDataAI` app:
104
106
105
107
- [`Microsoft.Extensions.AI.OpenAI`](https://www.nuget.org/packages/Microsoft.Extensions.AI.OpenAI) provides AI abstractions for OpenAI-compatible models or endpoints. This library also includes the official [`OpenAI`](https://www.nuget.org/packages/OpenAI) library for the OpenAI service API as a dependency.
106
108
- [`Microsoft.SemanticKernel.Connectors.InMemory`](https://www.nuget.org/packages/Microsoft.SemanticKernel.Connectors.InMemory) provides an in-memory vector store class to hold queryable vector data records.
0 commit comments