[PR #171] [CLOSED] feat: add serverless support #326

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/171
Author: @diegodisant
Created: 1/13/2026
Status: Closed

Base: masterHead: feat-add-serverless-support


📝 Commits (3)

  • b433b5c update readme
  • b69efa5 fix: database client connection and force yarn as package manager
  • 3297d95 fix: pinecone-database connection

📊 Changes

7 files changed (+434 additions, -404 deletions)

View changed files

📝 README.md (+11 -4)
📝 backend/package.json (+3 -2)
📝 backend/utils/vectordatabases/providers/pinecone/index.js (+3 -7)
📝 backend/utils/vectordatabases/validateNewDatabaseConnector.js (+5 -7)
📝 backend/yarn.lock (+410 -384)
📝 frontend/package.json (+1 -0)
📝 package.json (+1 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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

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/vector-admin/pull/171 **Author:** [@diegodisant](https://github.com/diegodisant) **Created:** 1/13/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat-add-serverless-support` --- ### 📝 Commits (3) - [`b433b5c`](https://github.com/Mintplex-Labs/vector-admin/commit/b433b5ca57e2e389244612939cf6083aa670a92e) update readme - [`b69efa5`](https://github.com/Mintplex-Labs/vector-admin/commit/b69efa58621fc660969fa1f962c66e714f3ffda3) fix: database client connection and force yarn as package manager - [`3297d95`](https://github.com/Mintplex-Labs/vector-admin/commit/3297d95a45e80d53cae45e10f86b45e8e215990d) fix: pinecone-database connection ### 📊 Changes **7 files changed** (+434 additions, -404 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+11 -4) 📝 `backend/package.json` (+3 -2) 📝 `backend/utils/vectordatabases/providers/pinecone/index.js` (+3 -7) 📝 `backend/utils/vectordatabases/validateNewDatabaseConnector.js` (+5 -7) 📝 `backend/yarn.lock` (+410 -384) 📝 `frontend/package.json` (+1 -0) 📝 `package.json` (+1 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? Describe the changes in this PR that are impactful to the repo. ### 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. --> - [ ] 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:15 -05:00
yindo closed this issue 2026-02-23 17:21:15 -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#326