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

Pinecone memory connector #1065

Merged
merged 8 commits into from
May 18, 2023
Merged

Pinecone memory connector #1065

merged 8 commits into from
May 18, 2023

Conversation

dmytrostruk
Copy link
Member

Motivation and Context

Pinecone vector database implementation: https://docs.pinecone.io/docs/overview.
Original PR: #770

Description

Implementation logic and structure is similar to already existing Qdrant connector.

Contribution Checklist

Kevdome3000 and others added 5 commits May 17, 2023 20:45
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->


### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->


### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [x] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: tech <tech@chancetheapp.com>
Co-authored-by: Devis Lucato <dluc@users.noreply.github.com>
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com>
@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel samples labels May 18, 2023
@dmytrostruk dmytrostruk added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. memory connector labels May 18, 2023
@Kevdome3000
Copy link
Contributor

@dmytrostruk I believe the Pinecone example from the Kernel-Syntax-Examples wasn't added to the Program.cs file

@dmytrostruk
Copy link
Member Author

@dmytrostruk I believe the Pinecone example from the Kernel-Syntax-Examples wasn't added to the Program.cs file

@shawncal Should we add Pinecone example to KernelSyntaxExamples Program.cs? I think it was added in original PR.

@shawncal
Copy link
Member

@dmytrostruk I believe the Pinecone example from the Kernel-Syntax-Examples wasn't added to the Program.cs file

@shawncal Should we add Pinecone example to KernelSyntaxExamples Program.cs? I think it was added in original PR.

Yes, absolutely! Must have been a bad merge (that file sees a lot of conflicts, growth).

@shawncal
Copy link
Member

@dmytrostruk I believe the Pinecone example from the Kernel-Syntax-Examples wasn't added to the Program.cs file

@shawncal Should we add Pinecone example to KernelSyntaxExamples Program.cs? I think it was added in original PR.

Yes, absolutely! Must have been a bad merge (that file sees a lot of conflicts, growth).

Added back. Good catch!

@shawncal shawncal merged commit ca8d614 into main May 18, 2023
shawncal added a commit to johnoliver/semantic-kernel that referenced this pull request May 19, 2023
Pinecone vector database implementation
Original PR: microsoft#770
---------

Co-authored-by: Kevdome3000 <kbassjr@gmail.com>
Co-authored-by: tech <tech@chancetheapp.com>
Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com>
@shawncal shawncal deleted the feature-pinecone branch June 22, 2023 18:10
@shawncal shawncal restored the feature-pinecone branch June 22, 2023 18:10
@shawncal shawncal deleted the feature-pinecone branch June 22, 2023 18:10
johnoliver pushed a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
Pinecone vector database implementation
Original PR: microsoft#770
---------

Co-authored-by: Kevdome3000 <kbassjr@gmail.com>
Co-authored-by: tech <tech@chancetheapp.com>
Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com>
johnoliver pushed a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
Pinecone vector database implementation
Original PR: microsoft#770
---------

Co-authored-by: Kevdome3000 <kbassjr@gmail.com>
Co-authored-by: tech <tech@chancetheapp.com>
Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel memory connector .NET Issue or Pull requests regarding .NET code PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants