mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 13:16:03 -04:00
[PR #45] [MERGED] deprecate loading cache file and instead use the db connector for metadata information #114
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/45
Author: @timothycarambat
Created: 9/12/2023
Status: ✅ Merged
Merged: 9/12/2023
Merged by: @timothycarambat
Base:
master← Head:44-document-view-data-loading📝 Commits (2)
e191d33deprecate loading cache file and instead use the db connector for metadata informatione2c16f1remove 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.