[PR #97] [MERGED] v2 organization tools #302

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/97
Author: @shatfield4
Created: 12/20/2023
Status: Merged
Merged: 12/21/2023
Merged by: @timothycarambat

Base: ui-v2Head: v2-organization-tools


📝 Commits (10+)

  • d3f4dbb WIP workspace document
  • c2daeea WIP workspace document UI
  • e906e8a working header for document view
  • 4adb2e5 WIP fixing document search
  • 139a48c Merge branch 'embedding-overview-search-fix' into v2-workspace-document
  • e679037 Add upload document modal for embeddings overview page
  • 6e7df0d working search in document view WIP loading states/no results
  • ccc1409 show no results when no search results and loader for searching
  • a7b8490 Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into v2-workspace-document
  • bf0b067 update dialog styles

📊 Changes

117 files changed (+6508 additions, -1529 deletions)

View changed files

📝 backend/endpoints/v1/documents/index.js (+1 -0)
📝 backend/endpoints/v1/workspaces/index.js (+1 -0)
📝 backend/models/workspaceDocument.js (+27 -0)
📝 backend/utils/vectordatabases/providers/chroma/index.js (+5 -0)
📝 backend/utils/vectordatabases/validateNewDatabaseConnector.js (+3 -0)
📝 frontend/src/components/DocumentPaginator/index.tsx (+36 -5)
frontend/src/components/Header/Notifications/index.tsx (+0 -195)
📝 frontend/src/components/Header/index.tsx (+102 -88)
frontend/src/components/Notifications/index.tsx (+391 -0)
📝 frontend/src/components/Sidebar/OrganizationTab/index.tsx (+16 -7)
📝 frontend/src/components/Sidebar/index.tsx (+6 -10)
frontend/src/components/UserMenu/index.tsx (+60 -0)
frontend/src/fonts/JetBrainsMono-Bold.eot (+0 -0)
frontend/src/fonts/JetBrainsMono-Bold.ttf (+0 -0)
frontend/src/fonts/JetBrainsMono-Bold.woff (+0 -0)
frontend/src/fonts/JetBrainsMono-Bold.woff2 (+0 -0)
frontend/src/fonts/JetBrainsMono-BoldItalic.eot (+0 -0)
frontend/src/fonts/JetBrainsMono-BoldItalic.ttf (+0 -0)
frontend/src/fonts/JetBrainsMono-BoldItalic.woff (+0 -0)
frontend/src/fonts/JetBrainsMono-BoldItalic.woff2 (+0 -0)

...and 80 more files

📄 Description

Organization tools page overhaul


🔄 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/97 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/20/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-organization-tools` --- ### 📝 Commits (10+) - [`d3f4dbb`](https://github.com/Mintplex-Labs/vector-admin/commit/d3f4dbb267917835ffa4860c6440caf1ce933463) WIP workspace document - [`c2daeea`](https://github.com/Mintplex-Labs/vector-admin/commit/c2daeea0a0fccf17c5ffcc9ae0a09e4acf34e51f) WIP workspace document UI - [`e906e8a`](https://github.com/Mintplex-Labs/vector-admin/commit/e906e8a63a5192dfd6f0f74598eea60429c0c586) working header for document view - [`4adb2e5`](https://github.com/Mintplex-Labs/vector-admin/commit/4adb2e5101d3aed5b22a126f4625a0649cd935b1) WIP fixing document search - [`139a48c`](https://github.com/Mintplex-Labs/vector-admin/commit/139a48c3392b5c42750d4eaf0f266fded5626f0c) Merge branch 'embedding-overview-search-fix' into v2-workspace-document - [`e679037`](https://github.com/Mintplex-Labs/vector-admin/commit/e6790377ce7bdef55f695379fa77377f05f75fc9) Add upload document modal for embeddings overview page - [`6e7df0d`](https://github.com/Mintplex-Labs/vector-admin/commit/6e7df0d513864429938e211a4b7b81667344137c) working search in document view WIP loading states/no results - [`ccc1409`](https://github.com/Mintplex-Labs/vector-admin/commit/ccc1409e67548af93425bdc248ad2ca33de1b176) show no results when no search results and loader for searching - [`a7b8490`](https://github.com/Mintplex-Labs/vector-admin/commit/a7b8490d49f9de06440d25e81b891d0b5d6f96b2) Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into v2-workspace-document - [`bf0b067`](https://github.com/Mintplex-Labs/vector-admin/commit/bf0b067a246cfcc0818af26d70249cd3f805c812) update dialog styles ### 📊 Changes **117 files changed** (+6508 additions, -1529 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/documents/index.js` (+1 -0) 📝 `backend/endpoints/v1/workspaces/index.js` (+1 -0) 📝 `backend/models/workspaceDocument.js` (+27 -0) 📝 `backend/utils/vectordatabases/providers/chroma/index.js` (+5 -0) 📝 `backend/utils/vectordatabases/validateNewDatabaseConnector.js` (+3 -0) 📝 `frontend/src/components/DocumentPaginator/index.tsx` (+36 -5) ➖ `frontend/src/components/Header/Notifications/index.tsx` (+0 -195) 📝 `frontend/src/components/Header/index.tsx` (+102 -88) ➕ `frontend/src/components/Notifications/index.tsx` (+391 -0) 📝 `frontend/src/components/Sidebar/OrganizationTab/index.tsx` (+16 -7) 📝 `frontend/src/components/Sidebar/index.tsx` (+6 -10) ➕ `frontend/src/components/UserMenu/index.tsx` (+60 -0) ➕ `frontend/src/fonts/JetBrainsMono-Bold.eot` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-Bold.ttf` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-Bold.woff` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-Bold.woff2` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-BoldItalic.eot` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-BoldItalic.ttf` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-BoldItalic.woff` (+0 -0) ➕ `frontend/src/fonts/JetBrainsMono-BoldItalic.woff2` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Organization tools page overhaul --- <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:09 -05:00
yindo closed this issue 2026-02-23 17:21:10 -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#302