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/azure-openai in the dotnet group (#45969)
* Bump Microsoft.Extensions.VectorData.Abstractions
Bumps the dotnet group in /docs/ai/quickstarts/snippets/chat-with-data/azure-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>
* resolve build errors
---------
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>
@@ -191,7 +191,7 @@ Complete the following steps to create a .NET console app that can:
191
191
dotnet run
192
192
```
193
193
194
-
The app prints out the top result of the vector search, which is the cloud service that is most relevant to the original query. You can modify the query to try different search scenarios.
194
+
The app prints out the top result of the vector search, which is the cloud service that's most relevant to the original query. You can modify the query to try different search scenarios.
0 commit comments