[PR #639] [MERGED] [FEAT] support pinecone serverless #3439

Closed
opened 2026-02-22 18:33:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/639
Author: @shatfield4
Created: 1/22/2024
Status: Merged
Merged: 1/22/2024
Merged by: @timothycarambat

Base: masterHead: 634-feat-support-pinecone-serverless


📝 Commits (6)

  • 8c84290 migrate pinecone package to latest version and migrate pinecone vectordb provider class
  • 5affb51 remove pinecone environment name env variable and update docs to reflect removal & serverless support complete
  • b354f1b Merge branch 'master' into 634-feat-support-pinecone-serverless
  • c7ad63c Merge branch 'master' into 634-feat-support-pinecone-serverless
  • 8a516ce migrate query for pinecone db
  • 39991f9 typo in log

📊 Changes

11 files changed (+63 additions, -77 deletions)

View changed files

📝 docker/.env.example (+0 -1)
📝 frontend/src/components/VectorDBSelection/PineconeDBOptions/index.jsx (+0 -17)
📝 server/.env.example (+0 -1)
📝 server/endpoints/api/system/index.js (+0 -1)
📝 server/models/systemSettings.js (+0 -1)
📝 server/package.json (+2 -2)
📝 server/swagger/openapi.json (+0 -1)
📝 server/utils/helpers/updateENV.js (+0 -5)
📝 server/utils/vectorDbProviders/pinecone/PINECONE_SETUP.md (+0 -1)
📝 server/utils/vectorDbProviders/pinecone/index.js (+28 -42)
📝 server/yarn.lock (+33 -5)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #634

What is in this change?

Describe the changes in this PR that are impactful to the repo.

  • Upgrade @pinecone-database/pinecone to latest version and migrate Pinecone vectorDB class
  • Add support for serverless Pinecone

Additional Information

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

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/anything-llm/pull/639 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `634-feat-support-pinecone-serverless` --- ### 📝 Commits (6) - [`8c84290`](https://github.com/Mintplex-Labs/anything-llm/commit/8c8429022a00a29c1b8f70cd8242db16b9dca8c8) migrate pinecone package to latest version and migrate pinecone vectordb provider class - [`5affb51`](https://github.com/Mintplex-Labs/anything-llm/commit/5affb51b07afa96b7abbe516c61e09b6dc12134f) remove pinecone environment name env variable and update docs to reflect removal & serverless support complete - [`b354f1b`](https://github.com/Mintplex-Labs/anything-llm/commit/b354f1b473916716aabfc1703082e389a0d4a285) Merge branch 'master' into 634-feat-support-pinecone-serverless - [`c7ad63c`](https://github.com/Mintplex-Labs/anything-llm/commit/c7ad63ccbaefe26d17dcc1ca9668898facb692f4) Merge branch 'master' into 634-feat-support-pinecone-serverless - [`8a516ce`](https://github.com/Mintplex-Labs/anything-llm/commit/8a516ce6a4ccafdea56933f5efdf36172e27104e) migrate query for pinecone db - [`39991f9`](https://github.com/Mintplex-Labs/anything-llm/commit/39991f99f19cd7f7ba2c7d1375dd3d902c0983e7) typo in log ### 📊 Changes **11 files changed** (+63 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+0 -1) 📝 `frontend/src/components/VectorDBSelection/PineconeDBOptions/index.jsx` (+0 -17) 📝 `server/.env.example` (+0 -1) 📝 `server/endpoints/api/system/index.js` (+0 -1) 📝 `server/models/systemSettings.js` (+0 -1) 📝 `server/package.json` (+2 -2) 📝 `server/swagger/openapi.json` (+0 -1) 📝 `server/utils/helpers/updateENV.js` (+0 -5) 📝 `server/utils/vectorDbProviders/pinecone/PINECONE_SETUP.md` (+0 -1) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+28 -42) 📝 `server/yarn.lock` (+33 -5) </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 #634 ### What is in this change? Describe the changes in this PR that are impactful to the repo. - Upgrade `@pinecone-database/pinecone` to latest version and migrate Pinecone vectorDB class - Add support for serverless Pinecone ### Additional Information Add any other context about the Pull Request here that was not captured above. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] 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-22 18:33:47 -05:00
yindo closed this issue 2026-02-22 18:33:47 -05:00
yindo changed title from [PR #639] [FEAT] support pinecone serverless to [PR #639] [MERGED] [FEAT] support pinecone serverless 2026-06-05 15:13:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3439