mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #97] [MERGED] v2 organization tools #144
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/97
Author: @shatfield4
Created: 12/20/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @timothycarambat
Base:
ui-v2← Head:v2-organization-tools📝 Commits (10+)
d3f4dbbWIP workspace documentc2daeeaWIP workspace document UIe906e8aworking header for document view4adb2e5WIP fixing document search139a48cMerge branch 'embedding-overview-search-fix' into v2-workspace-documente679037Add upload document modal for embeddings overview page6e7df0dworking search in document view WIP loading states/no resultsccc1409show no results when no search results and loader for searchinga7b8490Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into v2-workspace-documentbf0b067update 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.