Build Kernels concurrently using the same KernelBuilder #5372
-
It looks like |
Beta Was this translation helpful? Give feedback.
Answered by
matthewbolanos
Apr 1, 2024
Replies: 2 comments
-
Saw the comments regarding |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, this by design. You ideally shouldn't be using a builder to create multiple Kernels. Ideally, you would either...
For the latter, I'd refer to the Dependency Injection sample: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/HomeAutomation |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matthewbolanos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this by design. You ideally shouldn't be using a builder to create multiple Kernels. Ideally, you would either...
For the latter, I'd refer to the Dependency Injection sample: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/HomeAutomation