Skip to content

Commit d6e321b

Browse files
Python: Update Chroma, Pinecone, Postgres (#12116)
### 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. --> Updates for Chroma, Pinecone and Postgres ### 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: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent a993b43 commit d6e321b

File tree

7 files changed

+3024
-2
lines changed

7 files changed

+3024
-2
lines changed

python/semantic_kernel/connectors/memory/chroma.py

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

python/semantic_kernel/connectors/memory/pinecone.py

Lines changed: 688 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)