Skip to content
Snippets Groups Projects
Commit 29263dab authored by timothycarambat's avatar timothycarambat
Browse files

patch: Fix API delete documents

parent 25b1d69e
No related branches found
No related tags found
No related merge requests found
const { EventLogs } = require("../../../models/eventLogs"); const { EventLogs } = require("../../../models/eventLogs");
const { SystemSettings } = require("../../../models/systemSettings"); const { SystemSettings } = require("../../../models/systemSettings");
const { purgeDocument } = require("../../../utils/files/purgeDocument");
const { getVectorDbClass } = require("../../../utils/helpers"); const { getVectorDbClass } = require("../../../utils/helpers");
const { const {
prepareWorkspaceChatsForExport, prepareWorkspaceChatsForExport,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment