[PR #144] Upgrade Pinecone #321

Open
opened 2026-02-23 17:21:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/144
Author: @michaelshum321
Created: 7/5/2024
Status: 🔄 Open

Base: masterHead: ms/upgrade-pinecone


📝 Commits (1)

  • 32675a2 Upgrade Pinecone Official and unofficial clients

📊 Changes

4 files changed (+66 additions, -29 deletions)

View changed files

📝 backend/package.json (+2 -2)
📝 backend/utils/vectordatabases/providers/pinecone/index.js (+3 -7)
📝 backend/utils/vectordatabases/validateNewDatabaseConnector.js (+2 -6)
📝 backend/yarn.lock (+59 -14)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #129

What is in this change?

Pinecone is upgraded to a newer version.

Additional Information

This is to enable VectorAdmin to work with Pinecone Serverless indexes.

Add any other context about the Pull Request here that was not captured above.

This is a WIP - I was unable to get past logging in :\ even with root@vectoradmin lol

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/vector-admin/pull/144 **Author:** [@michaelshum321](https://github.com/michaelshum321) **Created:** 7/5/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ms/upgrade-pinecone` --- ### 📝 Commits (1) - [`32675a2`](https://github.com/Mintplex-Labs/vector-admin/commit/32675a2a934a58479af7dbafc0d79fe70c4bffc3) Upgrade Pinecone Official and unofficial clients ### 📊 Changes **4 files changed** (+66 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `backend/package.json` (+2 -2) 📝 `backend/utils/vectordatabases/providers/pinecone/index.js` (+3 -7) 📝 `backend/utils/vectordatabases/validateNewDatabaseConnector.js` (+2 -6) 📝 `backend/yarn.lock` (+59 -14) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #129 ### What is in this change? Pinecone is upgraded to a newer version. ### Additional Information This is to enable VectorAdmin to work with Pinecone Serverless indexes. Add any other context about the Pull Request here that was not captured above. This is a WIP - I was unable to get past logging in :\ even with root@vectoradmin lol ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:21:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#321