Skip to content

How can I obtain a list of results found in semantic memory? #6079

Closed Answered by dmytrostruk
wmeints asked this question in Q&A
Discussion options

You must be logged in to vote

@wmeints If you wrap your vector store in Semantic Kernel Plugin, every function invocation from plugin can be intercepted with filter that will allow to see function result (which in your case will be vector store result) and you can extend or override result value if needed. Here are some examples:
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Filtering/FunctionInvocationFiltering.cs

Let me know if this will cover your scenario, thanks!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wmeints
Comment options

Answer selected by dmytrostruk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants