[PR #113] [MERGED] add ability to purge document from custom documents as well as cleanup its associated cache file #3201

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

📋 Pull Request Information

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

Base: masterHead: 98-remove-documents


📝 Commits (2)

  • 69895eb add ability to purge document from custom documents as well as cleanup its assoicated cache file
  • 5e8e8fa update alert text

📊 Changes

7 files changed (+121 additions, -18 deletions)

View changed files

📝 frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx (+31 -10)
📝 frontend/src/models/system.js (+12 -0)
📝 server/endpoints/system.js (+12 -0)
📝 server/utils/files/index.js (+41 -0)
server/utils/files/purgeDocument.js (+17 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+4 -4)
📝 server/utils/vectorDbProviders/pinecone/index.js (+4 -4)

📄 Description

resolved #98


🔄 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/113 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `98-remove-documents` --- ### 📝 Commits (2) - [`69895eb`](https://github.com/Mintplex-Labs/anything-llm/commit/69895ebe0c427577e455db91c0f10b3d086489aa) add ability to purge document from custom documents as well as cleanup its assoicated cache file - [`5e8e8fa`](https://github.com/Mintplex-Labs/anything-llm/commit/5e8e8fa6aa684f5d4764a573b368f603ea019e06) update alert text ### 📊 Changes **7 files changed** (+121 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx` (+31 -10) 📝 `frontend/src/models/system.js` (+12 -0) 📝 `server/endpoints/system.js` (+12 -0) 📝 `server/utils/files/index.js` (+41 -0) ➕ `server/utils/files/purgeDocument.js` (+17 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+4 -4) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+4 -4) </details> ### 📄 Description resolved #98 --- <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:16 -05:00
yindo closed this issue 2026-02-22 18:33:16 -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#3201