[PR #35] [MERGED] linting + Allow Chroma with auth context in connector #111

Closed
opened 2026-02-15 16:30:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/35
Author: @timothycarambat
Created: 8/14/2023
Status: Merged
Merged: 8/14/2023
Merged by: @timothycarambat

Base: masterHead: 34-chroma-with-auth


📝 Commits (1)

  • a01e472 linting + Allow Chroma with auth context in connector

📊 Changes

7 files changed (+94 additions, -36 deletions)

View changed files

📝 backend/utils/vectordatabases/providers/chroma/index.js (+9 -0)
📝 backend/utils/vectordatabases/validateNewDatabaseConnector.js (+21 -3)
📝 frontend/src/pages/Dashboard/Connector/index.tsx (+38 -19)
📝 frontend/src/pages/DocumentView/FragmentList/index.tsx (+2 -1)
📝 frontend/src/pages/WorkspaceDashboard/Connector/index.tsx (+18 -9)
📝 workers/functions/syncChroma/index.js (+3 -2)
📝 workers/functions/syncPinecone/index.js (+3 -2)

📄 Description

resolves #34


🔄 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/35 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `34-chroma-with-auth` --- ### 📝 Commits (1) - [`a01e472`](https://github.com/Mintplex-Labs/vector-admin/commit/a01e4726e0a5fa4e9a9ded861d4ba556a040b22e) linting + Allow Chroma with auth context in connector ### 📊 Changes **7 files changed** (+94 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `backend/utils/vectordatabases/providers/chroma/index.js` (+9 -0) 📝 `backend/utils/vectordatabases/validateNewDatabaseConnector.js` (+21 -3) 📝 `frontend/src/pages/Dashboard/Connector/index.tsx` (+38 -19) 📝 `frontend/src/pages/DocumentView/FragmentList/index.tsx` (+2 -1) 📝 `frontend/src/pages/WorkspaceDashboard/Connector/index.tsx` (+18 -9) 📝 `workers/functions/syncChroma/index.js` (+3 -2) 📝 `workers/functions/syncPinecone/index.js` (+3 -2) </details> ### 📄 Description resolves #34 --- <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-15 16:30:19 -05:00
yindo closed this issue 2026-02-15 16:30:19 -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#111