mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #70] [MERGED] 21 support no namespace pinecone #281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:21-support-no-namespace-pinecone📝 Commits (2)
43a04d2Allow sync and other methods of Pinecone free tier and un-namespaced embeddingsb5886d8Migrate 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
gcp-starterno-namespacenamespace for all pinecone tiersresolves #21
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.