mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
patch: Fix API delete documents
This commit is contained in:
parent
25b1d69e63
commit
29263dab52
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
const { EventLogs } = require("../../../models/eventLogs");
|
||||
const { SystemSettings } = require("../../../models/systemSettings");
|
||||
const { purgeDocument } = require("../../../utils/files/purgeDocument");
|
||||
const { getVectorDbClass } = require("../../../utils/helpers");
|
||||
const {
|
||||
prepareWorkspaceChatsForExport,
|
||||
|
|
Loading…
Add table
Reference in a new issue