[PR #45] [MERGED] deprecate loading cache file and instead use the db connector for metadata information #114

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/45
Author: @timothycarambat
Created: 9/12/2023
Status: Merged
Merged: 9/12/2023
Merged by: @timothycarambat

Base: masterHead: 44-document-view-data-loading


📝 Commits (2)

  • e191d33 deprecate loading cache file and instead use the db connector for metadata information
  • e2c16f1 remove unused import

📊 Changes

6 files changed (+68 additions, -36 deletions)

View changed files

📝 backend/endpoints/v1/documents/index.js (+23 -15)
📝 backend/utils/vectordatabases/providers/chroma/index.js (+16 -0)
📝 backend/utils/vectordatabases/providers/pinecone/index.js (+19 -0)
📝 frontend/src/models/document.ts (+5 -4)
📝 frontend/src/pages/DocumentView/FragmentList/EditEmbeddingConfirmation/index.tsx (+1 -7)
📝 frontend/src/pages/DocumentView/FragmentList/index.tsx (+4 -10)

📄 Description

resolves #44


🔄 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/45 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `44-document-view-data-loading` --- ### 📝 Commits (2) - [`e191d33`](https://github.com/Mintplex-Labs/vector-admin/commit/e191d333afe8e68d2ad79bad6a99a3cdff49ca89) deprecate loading cache file and instead use the db connector for metadata information - [`e2c16f1`](https://github.com/Mintplex-Labs/vector-admin/commit/e2c16f1a6569757a78abfa42189d5a4a34da36e5) remove unused import ### 📊 Changes **6 files changed** (+68 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/documents/index.js` (+23 -15) 📝 `backend/utils/vectordatabases/providers/chroma/index.js` (+16 -0) 📝 `backend/utils/vectordatabases/providers/pinecone/index.js` (+19 -0) 📝 `frontend/src/models/document.ts` (+5 -4) 📝 `frontend/src/pages/DocumentView/FragmentList/EditEmbeddingConfirmation/index.tsx` (+1 -7) 📝 `frontend/src/pages/DocumentView/FragmentList/index.tsx` (+4 -10) </details> ### 📄 Description resolves #44 --- <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#114