mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-18 18:14:31 -04:00
[PR #43] [MERGED] Adding pagination on document page #109
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/43
Author: @shatfield4
Created: 9/12/2023
Status: ✅ Merged
Merged: 9/12/2023
Merged by: @timothycarambat
Base:
master← Head:42-pagination-on-document-page📝 Commits (3)
3c580dbadded pagination for document embedding chunksecf657cadded pagination to backend and frontend modelsaaa946fimprove loading or large documents via loader📊 Changes
8 files changed (+119 additions, -24 deletions)
View changed files
📝
backend/endpoints/v1/documents/index.js(+17 -2)📝
backend/index.js(+11 -2)📝
backend/utils/jobs/addDocumentsJob/index.js(+5 -1)📝
frontend/src/models/document.ts(+20 -9)📝
frontend/src/pages/DocumentView/FragmentList/index.tsx(+35 -5)📝
workers/functions/addChromaDocument/index.js(+15 -1)📝
workers/functions/addPineconeDocument/index.js(+13 -2)📝
workers/index.js(+3 -2)📄 Description
resolves #42
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.