[PR #70] [MERGED] 21 support no namespace pinecone #281

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/70
Author: @timothycarambat
Created: 10/15/2023
Status: Merged
Merged: 10/15/2023
Merged by: @timothycarambat

Base: masterHead: 21-support-no-namespace-pinecone


📝 Commits (2)

  • 43a04d2 Allow sync and other methods of Pinecone free tier and un-namespaced embeddings
  • b5886d8 Migrate and sync data with pinecone free

📊 Changes

13 files changed (+231 additions, -40 deletions)

View changed files

📝 backend/endpoints/v1/workspaces/index.js (+27 -0)
📝 backend/models/organizationWorkspace.js (+6 -2)
📝 backend/utils/jobs/cloneDocumentJob/index.js (+10 -0)
📝 backend/utils/jobs/cloneWorkspaceJob/index.js (+10 -0)
📝 backend/utils/jobs/newWorkspaceJob/index.js (+10 -0)
📝 backend/utils/vectordatabases/providers/pinecone/index.js (+10 -3)
📝 frontend/src/models/workspace.ts (+1 -1)
📝 frontend/src/pages/Dashboard/WorkspacesList/CreateWorkspaceModal/index.tsx (+12 -5)
📝 frontend/src/pages/Tools/MigrateConnection/index.tsx (+28 -1)
📝 workers/functions/migrateOrganization/index.js (+47 -17)
📝 workers/functions/resetOrganization/index.js (+27 -7)
📝 workers/functions/syncPinecone/index.js (+27 -4)
📝 workers/functions/syncPineconeWorkspace/index.js (+16 -0)

📄 Description

  • Allow sync with pinecone gcp-starter
  • Allow migration of data from/into starter tier pinecone
  • Show alert for namespace availability when migrating into starter tier pinecone
  • Allow sync of no-namespace namespace for all pinecone tiers

resolves #21


🔄 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/70 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/15/2023 **Status:** ✅ Merged **Merged:** 10/15/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `21-support-no-namespace-pinecone` --- ### 📝 Commits (2) - [`43a04d2`](https://github.com/Mintplex-Labs/vector-admin/commit/43a04d29df23fc6df981a3f498dc447e26fcb8a3) Allow sync and other methods of Pinecone free tier and un-namespaced embeddings - [`b5886d8`](https://github.com/Mintplex-Labs/vector-admin/commit/b5886d8a27093ee133331a52e9fb00571ae72ad8) Migrate and sync data with pinecone free ### 📊 Changes **13 files changed** (+231 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/workspaces/index.js` (+27 -0) 📝 `backend/models/organizationWorkspace.js` (+6 -2) 📝 `backend/utils/jobs/cloneDocumentJob/index.js` (+10 -0) 📝 `backend/utils/jobs/cloneWorkspaceJob/index.js` (+10 -0) 📝 `backend/utils/jobs/newWorkspaceJob/index.js` (+10 -0) 📝 `backend/utils/vectordatabases/providers/pinecone/index.js` (+10 -3) 📝 `frontend/src/models/workspace.ts` (+1 -1) 📝 `frontend/src/pages/Dashboard/WorkspacesList/CreateWorkspaceModal/index.tsx` (+12 -5) 📝 `frontend/src/pages/Tools/MigrateConnection/index.tsx` (+28 -1) 📝 `workers/functions/migrateOrganization/index.js` (+47 -17) 📝 `workers/functions/resetOrganization/index.js` (+27 -7) 📝 `workers/functions/syncPinecone/index.js` (+27 -4) 📝 `workers/functions/syncPineconeWorkspace/index.js` (+16 -0) </details> ### 📄 Description - Allow sync with pinecone `gcp-starter` - Allow migration of data from/into starter tier pinecone - Show alert for namespace availability when migrating into starter tier pinecone - Allow sync of `no-namespace` namespace for all pinecone tiers resolves #21 --- <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:05 -05:00
yindo closed this issue 2026-02-23 17:21:05 -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#281