[PR #735] [MERGED] Migrate document processor to class #3477

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/735
Author: @timothycarambat
Created: 2/16/2024
Status: Merged
Merged: 2/16/2024
Merged by: @timothycarambat

Base: masterHead: document-processor-classify


📝 Commits (2)

📊 Changes

7 files changed (+272 additions, -269 deletions)

View changed files

📝 server/endpoints/api/document/index.js (+72 -72)
📝 server/endpoints/extensions/index.js (+19 -18)
📝 server/endpoints/system.js (+3 -6)
📝 server/endpoints/workspaces.js (+9 -11)
📝 server/swagger/openapi.json (+52 -52)
server/utils/collectorApi/index.js (+117 -0)
server/utils/files/documentProcessor.js (+0 -110)

📄 Description

Pull Request Type

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

Migrating Document processor from single functions to a class instance for future use and easier dev interfacing


🔄 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/735 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `document-processor-classify` --- ### 📝 Commits (2) - [`666faf8`](https://github.com/Mintplex-Labs/anything-llm/commit/666faf8585a912e1863732a32d8c36f1dcb0db7f) Migrate document processor to class - [`24d4ac5`](https://github.com/Mintplex-Labs/anything-llm/commit/24d4ac59ca3c5609a684ce365a9c2d5fbe7994f8) forgot "new" ### 📊 Changes **7 files changed** (+272 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/api/document/index.js` (+72 -72) 📝 `server/endpoints/extensions/index.js` (+19 -18) 📝 `server/endpoints/system.js` (+3 -6) 📝 `server/endpoints/workspaces.js` (+9 -11) 📝 `server/swagger/openapi.json` (+52 -52) ➕ `server/utils/collectorApi/index.js` (+117 -0) ➖ `server/utils/files/documentProcessor.js` (+0 -110) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs Migrating Document processor from single functions to a class instance for future use and easier dev interfacing --- <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:33:52 -05:00
yindo closed this issue 2026-02-22 18:33:52 -05:00
yindo changed title from [PR #735] Migrate document processor to class to [PR #735] [MERGED] Migrate document processor to class 2026-06-05 15:13:37 -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#3477