Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http consistency: Pinecone #1262

Merged
Prev Previous commit
Next Next commit
Update dotnet/src/Connectors/Connectors.Memory.Pinecone/PineconeKerne…
…lBuilderExtensions.cs

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • Loading branch information
SergeyMenshykh and dmytrostruk committed Jun 7, 2023
commit 71eeec6f5461beee4876131db0f10e5002f14e1e
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Microsoft.Extensions.Logging;

namespace Microsoft.SemanticKernel.Connectors.Memory.Pinecone;
SergeyMenshykh marked this conversation as resolved.
Show resolved Hide resolved

public static class PineconeKernelBuilderExtensions
SergeyMenshykh marked this conversation as resolved.
Show resolved Hide resolved
{
/// <summary>
Expand Down