[PR #65] [MERGED] Upload and process documents via UI + document processor in docker image #3189

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/65
Author: @timothycarambat
Created: 6/16/2023
Status: Merged
Merged: 6/16/2023
Merged by: @timothycarambat

Base: masterHead: upload-via-ui


📝 Commits (10+)

  • 6b8d38d implement dnd uploader
  • a98b6a8 move document processor calls to util
  • b65a040 tmp fixes
  • 27c31ff disable pragma update
  • f6eaeae dockerfile changes
  • 0732d9b docker changes for permissions
  • 2c58ba7 docker wip
  • 1a4b187 remove no impact script and reduce python worker count
  • ea73fb7 go back to python worker count
  • 06b3cc2 Docker working with stack now

📊 Changes

38 files changed (+839 additions, -57 deletions)

View changed files

📝 aws/cloudformation/DEPLOY.md (+1 -1)
📝 aws/cloudformation/cf_template.template (+13 -3)
📝 collector/.gitignore (+2 -0)
📝 collector/README.md (+6 -0)
collector/api.py (+21 -0)
📝 collector/requirements.txt (+9 -1)
📝 collector/scripts/watch/convert/as_docx.py (+4 -2)
📝 collector/scripts/watch/convert/as_markdown.py (+2 -1)
📝 collector/scripts/watch/convert/as_pdf.py (+2 -1)
📝 collector/scripts/watch/convert/as_text.py (+2 -1)
📝 collector/scripts/watch/filetypes.py (+7 -0)
📝 collector/scripts/watch/main.py (+3 -1)
collector/scripts/watch/process_single.py (+35 -0)
📝 collector/scripts/watch/utils.py (+7 -2)
collector/wsgi.py (+4 -0)
📝 docker/Dockerfile (+5 -15)
📝 docker/docker-compose.yml (+0 -4)
docker/dual_boot.sh (+5 -0)
📝 frontend/package.json (+2 -0)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx (+2 -2)

...and 18 more files

📄 Description

No description provided


🔄 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/65 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/16/2023 **Status:** ✅ Merged **Merged:** 6/16/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `upload-via-ui` --- ### 📝 Commits (10+) - [`6b8d38d`](https://github.com/Mintplex-Labs/anything-llm/commit/6b8d38d6e2b22b69bea897fd0a040554c004aad9) implement dnd uploader - [`a98b6a8`](https://github.com/Mintplex-Labs/anything-llm/commit/a98b6a8ce8c88d8a54ca0c31bd6fa169d98f4104) move document processor calls to util - [`b65a040`](https://github.com/Mintplex-Labs/anything-llm/commit/b65a040a8fe54af257060801f50a60f814999827) tmp fixes - [`27c31ff`](https://github.com/Mintplex-Labs/anything-llm/commit/27c31ff8ed0194d339054af5e4333e2ddc563aba) disable pragma update - [`f6eaeae`](https://github.com/Mintplex-Labs/anything-llm/commit/f6eaeae8da6a381915ccc555f924830dd5db7cae) dockerfile changes - [`0732d9b`](https://github.com/Mintplex-Labs/anything-llm/commit/0732d9b70f081d3acbb740ee1e0a9af97680b1b3) docker changes for permissions - [`2c58ba7`](https://github.com/Mintplex-Labs/anything-llm/commit/2c58ba7d567fbe91e62fdb0e42d9de655fb5700f) docker wip - [`1a4b187`](https://github.com/Mintplex-Labs/anything-llm/commit/1a4b187502542a719bdc48d04719d5146aeab1d1) remove no impact script and reduce python worker count - [`ea73fb7`](https://github.com/Mintplex-Labs/anything-llm/commit/ea73fb75d601faec04720d407af2ce23fe7a12dc) go back to python worker count - [`06b3cc2`](https://github.com/Mintplex-Labs/anything-llm/commit/06b3cc23f723f437ca030827f23a3b0f16ad5457) Docker working with stack now ### 📊 Changes **38 files changed** (+839 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `aws/cloudformation/DEPLOY.md` (+1 -1) 📝 `aws/cloudformation/cf_template.template` (+13 -3) 📝 `collector/.gitignore` (+2 -0) 📝 `collector/README.md` (+6 -0) ➕ `collector/api.py` (+21 -0) 📝 `collector/requirements.txt` (+9 -1) 📝 `collector/scripts/watch/convert/as_docx.py` (+4 -2) 📝 `collector/scripts/watch/convert/as_markdown.py` (+2 -1) 📝 `collector/scripts/watch/convert/as_pdf.py` (+2 -1) 📝 `collector/scripts/watch/convert/as_text.py` (+2 -1) 📝 `collector/scripts/watch/filetypes.py` (+7 -0) 📝 `collector/scripts/watch/main.py` (+3 -1) ➕ `collector/scripts/watch/process_single.py` (+35 -0) 📝 `collector/scripts/watch/utils.py` (+7 -2) ➕ `collector/wsgi.py` (+4 -0) 📝 `docker/Dockerfile` (+5 -15) 📝 `docker/docker-compose.yml` (+0 -4) ➕ `docker/dual_boot.sh` (+5 -0) 📝 `frontend/package.json` (+2 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx` (+2 -2) _...and 18 more files_ </details> ### 📄 Description _No description provided_ --- <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:14 -05:00
yindo closed this issue 2026-02-22 18:33:14 -05: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#3189