[PR #50] [MERGED] Show and edit metadata for vectors/embeddings #116

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/50
Author: @timothycarambat
Created: 9/16/2023
Status: Merged
Merged: 9/16/2023
Merged by: @timothycarambat

Base: masterHead: 40-document-metadata-editor


📝 Commits (2)

  • 62e9406 Show and edit metadata for vectors/embeddings
  • 8934815 remove commented code

📊 Changes

13 files changed (+823 additions, -6 deletions)

View changed files

📝 backend/endpoints/v1/documents/index.js (+52 -0)
backend/utils/jobs/updateEmbeddingMetadataJob/index.js (+40 -0)
📝 backend/utils/vectordatabases/providers/chroma/index.js (+3 -2)
📝 frontend/package.json (+1 -0)
📝 frontend/src/App.tsx (+3 -0)
📝 frontend/src/models/document.ts (+17 -0)
frontend/src/pages/DocumentView/FragmentList/MetadataEditor/index.tsx (+317 -0)
frontend/src/pages/DocumentView/FragmentList/MetadataEditor/utils.ts (+59 -0)
📝 frontend/src/pages/DocumentView/FragmentList/index.tsx (+54 -1)
frontend/src/utils/toast.ts (+46 -0)
📝 workers/functions/addPineconeDocument/index.js (+5 -3)
workers/functions/updateEmbeddingMetadata/index.js (+223 -0)
📝 workers/index.js (+3 -0)

📄 Description

resolves #40


🔄 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/50 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/16/2023 **Status:** ✅ Merged **Merged:** 9/16/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `40-document-metadata-editor` --- ### 📝 Commits (2) - [`62e9406`](https://github.com/Mintplex-Labs/vector-admin/commit/62e94061f3020e2ded29335c717791728d69dc8b) Show and edit metadata for vectors/embeddings - [`8934815`](https://github.com/Mintplex-Labs/vector-admin/commit/89348156c603919b21dbc7a8c88a31a789f74510) remove commented code ### 📊 Changes **13 files changed** (+823 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/documents/index.js` (+52 -0) ➕ `backend/utils/jobs/updateEmbeddingMetadataJob/index.js` (+40 -0) 📝 `backend/utils/vectordatabases/providers/chroma/index.js` (+3 -2) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/App.tsx` (+3 -0) 📝 `frontend/src/models/document.ts` (+17 -0) ➕ `frontend/src/pages/DocumentView/FragmentList/MetadataEditor/index.tsx` (+317 -0) ➕ `frontend/src/pages/DocumentView/FragmentList/MetadataEditor/utils.ts` (+59 -0) 📝 `frontend/src/pages/DocumentView/FragmentList/index.tsx` (+54 -1) ➕ `frontend/src/utils/toast.ts` (+46 -0) 📝 `workers/functions/addPineconeDocument/index.js` (+5 -3) ➕ `workers/functions/updateEmbeddingMetadata/index.js` (+223 -0) 📝 `workers/index.js` (+3 -0) </details> ### 📄 Description resolves #40 --- <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:20 -05:00
yindo closed this issue 2026-02-15 16:30:20 -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#116