[PR #3497] [CLOSED] perf: improve loading performance when large files are in picker #4298

Closed
opened 2026-02-22 18:35:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3497
Author: @timothycarambat
Created: 3/18/2025
Status: Closed

Base: masterHead: large-file-loading


📝 Commits (3)

  • 935e665 perf: improve loading performance when large files are in picker
  • 172a221 Merge branch 'master' into large-file-loading
  • 8ce8f98 Merge branch 'master' into large-file-loading

📊 Changes

3 files changed (+70 additions, -14 deletions)

View changed files

📝 server/package.json (+1 -0)
📝 server/utils/files/index.js (+51 -14)
📝 server/yarn.lock (+18 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

closes #3416

What is in this change?

Adds a conditional way to load/parse file metadata that is placed into the picker by streaming json content when the file is larger than 10MB of content

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/anything-llm/pull/3497 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 3/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `large-file-loading` --- ### 📝 Commits (3) - [`935e665`](https://github.com/Mintplex-Labs/anything-llm/commit/935e6654264bb5e04cd98b544e2b5f481d2d6e0a) perf: improve loading performance when large files are in picker - [`172a221`](https://github.com/Mintplex-Labs/anything-llm/commit/172a22178d2faa88b37ab0c8500d58d50b23c145) Merge branch 'master' into large-file-loading - [`8ce8f98`](https://github.com/Mintplex-Labs/anything-llm/commit/8ce8f986040848c78dcbeece5c2e3cd56ada2cbf) Merge branch 'master' into large-file-loading ### 📊 Changes **3 files changed** (+70 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -0) 📝 `server/utils/files/index.js` (+51 -14) 📝 `server/yarn.lock` (+18 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> closes #3416 ### What is in this change? Adds a conditional way to load/parse file metadata that is placed into the picker by streaming json content when the file is larger than 10MB of content <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:35:33 -05:00
yindo closed this issue 2026-02-22 18:35:33 -05:00
yindo changed title from [PR #3497] perf: improve loading performance when large files are in picker to [PR #3497] [CLOSED] perf: improve loading performance when large files are in picker 2026-06-05 15:17:52 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4298