[PR #43] [MERGED] Adding pagination on document page #109

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

📋 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: masterHead: 42-pagination-on-document-page


📝 Commits (3)

  • 3c580db added pagination for document embedding chunks
  • ecf657c added pagination to backend and frontend models
  • aaa946f improve 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

  • Added pagination to document viewing page when there is large amount of chunks to be displayed
  • Added pagination to backend to improve loading times for large documents

resolves #42


🔄 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/43 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `42-pagination-on-document-page` --- ### 📝 Commits (3) - [`3c580db`](https://github.com/Mintplex-Labs/vector-admin/commit/3c580db61b0963399d3d222b625ba778717009b4) added pagination for document embedding chunks - [`ecf657c`](https://github.com/Mintplex-Labs/vector-admin/commit/ecf657c6e49bde9d5f2546eddd281b4094015afa) added pagination to backend and frontend models - [`aaa946f`](https://github.com/Mintplex-Labs/vector-admin/commit/aaa946f918cc53d89ee08e1734d38f4e34b31a8f) improve loading or large documents via loader ### 📊 Changes **8 files changed** (+119 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Added pagination to document viewing page when there is large amount of chunks to be displayed - Added pagination to backend to improve loading times for large documents resolves #42 --- <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:19 -05:00
yindo closed this issue 2026-02-15 16:30:19 -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#109