Replies: 1 comment
-
Check out this sample - https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/KernelSyntaxExamples/Example15_TextMemoryPlugin.cs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Python and LangChain, I can connect to a local Chroma database, and then pass the question&result to the LLM model.
Question: How to use SK to do the same thing (code below) in .Net/C# ?
I want to use SK (.Net/C#) to replace Python/LangChain but found it's not straightforward.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions