-
- Downloads
add ability to purge document from custom documents as well as cleanup its...
add ability to purge document from custom documents as well as cleanup its associated cache file (#113) * add ability to purge document from custom documents as well as cleanup its assoicated cache file * update alert text
Showing
- frontend/src/components/Modals/MangeWorkspace/Documents/Directory/index.jsx 31 additions, 10 deletions...nents/Modals/MangeWorkspace/Documents/Directory/index.jsx
- frontend/src/models/system.js 12 additions, 0 deletionsfrontend/src/models/system.js
- server/endpoints/system.js 12 additions, 0 deletionsserver/endpoints/system.js
- server/utils/files/index.js 41 additions, 0 deletionsserver/utils/files/index.js
- server/utils/files/purgeDocument.js 17 additions, 0 deletionsserver/utils/files/purgeDocument.js
- server/utils/vectorDbProviders/chroma/index.js 4 additions, 4 deletionsserver/utils/vectorDbProviders/chroma/index.js
- server/utils/vectorDbProviders/pinecone/index.js 4 additions, 4 deletionsserver/utils/vectorDbProviders/pinecone/index.js
server/utils/files/purgeDocument.js
0 → 100644
Please register or sign in to comment