Replies: 1 comment
-
HI @mrlife , thanks for reaching out. To use Embeddings and Configure the kernel you need to follow the .Net pattern. Basically, create a builder, configure it and build your kernel. Follow this example: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Memory/HuggingFace_EmbeddingGeneration.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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, are the following sentence transformers available to use with C#?
ref: https://devblogs.microsoft.com/semantic-kernel/how-to-use-hugging-face-models-with-semantic-kernel/
I see HuggingFaceTextEmbeddingGenerationService, however it doesn't seem like there are equivalent methods in C#, e.g.
Config()
,ImportSkill()
, etc..Beta Was this translation helpful? Give feedback.
All reactions