mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #50] [MERGED] Show and edit metadata for vectors/embeddings #271
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/50
Author: @timothycarambat
Created: 9/16/2023
Status: ✅ Merged
Merged: 9/16/2023
Merged by: @timothycarambat
Base:
master← Head:40-document-metadata-editor📝 Commits (2)
62e9406Show and edit metadata for vectors/embeddings8934815remove 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.