Shawn Callegari

Results 47 comments of Shawn Callegari

+1 I've hit this as well, with Jetpack 4.4 and OpenCV 4.1.1 There are 2 problems here: - The ROS "cv_bridge" module, that the K4A ROS driver and others depend...

> We've been talking about the need to fix this for a while, and use ServiceCollection, providing a solution that fits naturally with ASP.NET apps. Why the different/custom approach? Called...

@tawalke This code is UNTESTED (hence the "Draft" status). Can you please take over this PR, test with a qdrant instance?

This is now possible -- you can specify your own httpClient when instantiating adding the AI Connectors: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Connectors/Connectors.AI.OpenAI/KernelConfigOpenAIExtensions.cs For instance: `IKernel kernel = Kernel.Builder .AddAzureTextCompletionService("deploymentName", "endpoint", "apikey", httpClient: myCustomHttpClient) .Build();

FYI: Python PRs on hold while we stage to merge /python into main. See https://github.com/microsoft/semantic-kernel/pull/423

@mahomedalid Yeah, please do!

@RogerBarreto I think we can close this draft. Can you confirm?

@adrianwyatt big version jump, but it looks like it builds fine and brings some security fixes. Can you please try this out and approve+merge if it works in copilot chat?