Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.36k stars 4.79k forks source link

[QUERY] How to retrive data from Semantic Kernel vector store? #46443

Closed dotcom-gosahi closed 4 days ago

dotcom-gosahi commented 4 days ago

Library name and version

Microsoft.SemanticKernel.Core

Query/Question

I am able to ingest the data in the semantic kernel vector store. But I am exactly not sure how to retrive it. I am builing a web application using .net 8. I am injecting kernel in dependency injection. Referring to this document https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/volatile-connector?pivots=programming-language-csharp

Environment

No response

jsquire commented 4 days ago

This issue has been transferred to the repository where the Microsoft.SemanticKernal.Core library is maintained as #9141.